OneLine
Jump to navigation
Jump to search
- Not to be confused with Oneline.
OneLine is a no-longer worked on eso-lang made by User:Zenenbee that is based off of Brainfuck.
Commands
Command | Description |
---|---|
$text$
|
Prints text |
^
|
Increases the count by 1 |
_
|
Decreases the count by 1 |
~
|
Prints the count as integer |
!
|
Starts or ends a loop, goes past loop if the count == 0 |
Examples
Hello, World!
$Hello world$
Infinite loop
^!!
External resources
Interpreters in Python
- OneLine is the main interpreter created by User:Zenenbee