2+
2*
2-
2+
( i -- i )
<
FORTH-83
>
add 2 to the value on stack (and leave the result there)
simulate: : 2+ 2 + ;
reference: p4_two_plus in ../src/forth-83.c:0044, export CO 2+