hence/examples/testforth.fth

7 lines
114 B
Forth
Raw Normal View History

2023-03-23 16:59:10 +00:00
: test 40 2 + ;
\ 42 42 = debug if 69 . else 420 . then cr
2023-03-31 12:36:00 +00:00
0 if 42 . cr else 69 . cr then
test debug test debug