We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Plane crash

From Esolang
Jump to navigation Jump to search

Plane crash is a Brainfuck derivative by User:Dragoneater67.

Overview

Commands [, ], < are the same as Brainfuck. The commands + -, . and , have been removed. The language (re)defines some commands:

Plane crash's custom commands
Command Description
> Move pointer right and decrement current cell.
6 Output 6.
7 Output 7.
? Set the cell to a random number.
# Input a number from the user and store it in the current cell.
! Halt.

Examples

Quine

67

Infinite loop

>[]

External resources