4 lines
50 B
Forth
4 lines
50 B
Forth
|
40 2 + drop drop
|
||
|
: test ( -- 42 ) 40 2 + ;
|
||
|
test .
|