2-
2+
2/
2-
( i -- i )
<
FORTH-83
>
substract 2 from the value on stack (and leave the result there)
simulate: : 2- 2 - ;
reference: p4_two_minus in ../src/forth-83.c:0054, export CO 2-