#!ops!full line structure
+increment by 1
-decrement by 1
=name:val:create variable
*name:multiply by variable
/name:divide by variable
?name:print variable value
@print accumulator now
$(ops)n:loop ops n times
%(ops)/op n:while condition true
[/op n:t|f]if accumulator op n
[var op n:t|f]if variable op n
#print as letter (a=1 z=26)