A PoC. Commands: - push the number to the stack +/-/*///% - execute corresponding arithmetic action on top values. if - Runs next command iff (that was not a typo) the top of the stack is non-zero. if-goto - Goes to the code at second-to-top of the stack if top of the stack is non-zero. goto - Goes to the code at top of the stack.