Ebur
Jump to navigation
Jump to search
Ebur is an Esoteric programming language created by User:Buckets in 2021.
There is a restriction Where The Length per Line is Equsl to the Line number + 1.
Commands | Instructions |
---|---|
-m- | The variable Name m. |
/{n} | Name A variable n. |
$o$b | Change the Variable o by b. |
_p | Print the ASCII character p. |
[q] | Print q. |
(space)r | Store The string of The input to r. |
<s | The tag s. |
>t | Go to The tag t. |
]u{v$w- | If the Variable v Is equal to the String u, Go to the tag w. |
, | Halts the Program. |
\ | Absolute No operation, Not even counting for the Line count. |
"Hello, World!" Program:
[ He llo , Wo rld!]
Cat program:
< a \ a[- a-]> a,,,,
Truth-machine Program:
\ a] 0{a $a-] 1{a$b- ,<a_a,< b_a>t,,,
A+B Problem:
\ a \ b$a $b[- a-],,