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.

Multiline

From Esolang
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!")

External resources

Interpreters in Python