RosettaCodeData/Task/Introspection/Forth/introspection-1.fth
2023-07-01 13:44:08 -04: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]