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.
Spoiler:
Jump to navigation
Jump to search
- The title of this article is not correct because of technical limitations. The correct title is actually .
is an esolang challenge created by User:Ractangle.
Challenge
Try to explain the Syntax using this A+B problem code:
∅|^ī|^ī+"∅
And this Truth-machine code:
∅|^ī?0[0^"∅]?1[1^"<]∅
Syntax
| Made for the "guess the syntax" kind of game | ||
|---|---|---|
| Command | Action | Guessed by |
| | | Gets user input | User:RainbowDash |
| a^ | pushes a to the stack | |
| +, -, *, / | Applies the respective operations to the top two elements | |
| ?n[code] | if the top value on the stack is n then do code. Otherwise skip the true action | |
| " | prints the top value on the stack | |
| [ | Loop points | |
| < | Goes to a nearest loop point | |
| ∅ | Starts/Halts the program. | |
| Aditional Syntax | ||
| Command | Action | |
| ī | Converts an element in the stack into a interger | |
| £c/ | Comment. | |
| # | Flip the whole stack (commaned suggested by the guesser) | |
Other examples
User:XKCD Random Number
∅4^ī"∅