RosettaCodeData/Task/Introspection/Forth/introspection-1.fth

9 lines
160 B
Forth
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
s" MAX-U" environment? [IF]
0xffffffff <> [IF] .( Requires 32 bits! ) bye [THEN]
[THEN]
[defined] bloop [if]
[defined] abs [if]
bloop @ abs
[then] [then]