--[----->+<]>.--[->+++<]>+...
-[--->+<]>-.[---->+++++<]>-.---.--[--->+<]>-.++[->+++<]>+.------.++++++++++++.--------.[->+++<]>-.
- Make a horizontal table consisting of endless 0's.
Create a pointer that starts on the leftmost cell. - With every solved non-ignored module, a new character will be shown. Apply the character's condition with the table.
Symbol | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
> | Move the pointer one cell to the right. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
< | Move the pointer one cell to the left, or moving right if it’s in the leftmost cell. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ | Add one to the pointer's cell. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | Subtract one to the pointer's cell, or adding 1 if it’s 0. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[ and ] | Anything inside the brackets is looped until either...
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
. | Input the last two digits of your pointer's cell and press OK. Submit "X" and not "0X" if a 1-digit number. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
, |
|