Multiline
Jump to navigation
Jump to search
A eso-lang made by User:Zenenbee that is based off of one of their eso-lang, OneLine in which both are based off of Brainfuck
Commands
Command | Description |
---|---|
print()
|
Prints a value |
count()
|
Increases the count by the value |
[Loop] id
|
Starts or ends a loop as the id |
printcount()
|
Prints current count as ASCII code |
pushstack()
|
Adds current count as ASCII code to string |
readstack()
|
Reads ASCII count stack |
cursor()
|
Moves cursor by value |
Examples
Hello, World!
print("Hello World!")