hence/henceforth/examples/test.fth

8 lines
87 B
Forth

\ 1 1 = debug
\ if 69 else 42 then debug
: test 42 ;
test debug drop
test test debug