Sixtyfeetunderassembly+

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Sixtyfeetunderassembly+ is an extension of Sixtyfeetunderassembly.

Commands

Command                     |Meaning
-----------------------------------------------------------
OUT                         |Output <v> as ASCII character.
SET <n>                     |Set <v> to <n>
IN                          |Set <v> to user input.
INCREMENT                   |Increment <v>
DECREMENT                   |Decrement <v>
WHILE NOT ZERO (<commands>) |While not zero.

Examples

Cat:

IN
WHILE NOT ZERO (OUT IN)