summaryrefslogtreecommitdiff
path: root/projects/Stacker/test/decr.st
blob: 3244152e58cc1e2ef064bcafd69edbc4bf767e25 (plain)
1
2
3
4
5
6
#
# DECR test
#
FORWARD success;
FORWARD failure;
: MAIN 8 -- 7 = IF success ELSE failure ENDIF ;