.not required
Jump to navigation
Jump to search
Made by Unicodes
This is a stack-based language, where you have to start every line with not.
| Instruction | Action |
|---|---|
| (not) pop [NUMBER] | pushes [NUMBER] onto the stack |
| (not) push | pops the 1st value off the stack |
| (not) get | prints out the 1st value |
| (not) print | gets a number from the user and adds it to the stack |
| (not) while [NUMBER/1ST STACK VALUE] =/>/< [NUMBER/1ST STACK VALUE] | if [NUMBER/1ST STACK VALUE] is equal to/bigger than/smaller than [NUMBER/1ST STACK VALUE], execute next instruction, else skip |
| (not) if [NUMBER/1ST STACK VALUE] =/>/< [NUMBER/1ST STACK VALUE] | while [NUMBER/1ST STACK VALUE] is equal to/bigger than/smaller than [NUMBER/1ST STACK VALUE] execute next instruction repeatedly, else skip |
| (not) go | break (not) if loop |
| (not) execute | quit |