hence/henceforth/examples/test.fth

7 lines
70 B
Forth

: test1 40 ;
: test2 test1 2 ;
1 1 = debug
if 69 else 42 then debug