hence/henceforth/examples/test.fth

8 lines
87 B
Forth
Raw Normal View History

2022-09-11 16:02:56 +00:00
\ 1 1 = debug
\ if 69 else 42 then debug
: test 42 ;
test debug drop
test test debug
2022-09-10 08:43:29 +00:00