∇
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
Undelta is an esolang created by User:Ractangle when the creator got his new phone (actually it's being made in it right now)
Syntax
| Symbol | Action |
|---|---|
| ~ | Pop the top of the stack |
| ` | Push a number into the stack |
| | | Stops the program |
| = | checks if an element on the stack is matching the element next to it |
| p | Print an element from the stack as a character |
| P | the same thing as p but prints an elemenent as a number |
| + | Add two elements together |
| / | Devide two elements together |
| * | Multiply two element together |
| - | Subtract two elements together |