9 lines
160 B
Forth
9 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]
|