Output


  

WTF++ Commands:

+ Increment the `into` register by 1
- Decrement the `into` register by 1
# Start counting `!`s to increase `into` (e.g., #!!! adds 3)
% Push the current `into` value onto the stack (`listy`)
^ Duplicate the last value on the stack
$ Print the current value of `into`
@ Load the first value from the stack into `into`
! Used after `#` to increment `into` multiple times
(any other character is ignored)

Back