RosettaCodeData/Task/Introspection/Forth/introspection-1.fth
2015-02-20 00:35:01 -05:00

8 lines
160 B
Forth

s" MAX-U" environment? [IF]
0xffffffff <> [IF] .( Requires 32 bits! ) bye [THEN]
[THEN]
[defined] bloop [if]
[defined] abs [if]
bloop @ abs
[then] [then]