hence/henceforth/examples/test.fth

4 lines
50 B
Forth

40 2 + drop drop
: test ( -- 42 ) 40 2 + ;
test .