version 1.9, 1999/02/03 00:10:22
|
version 1.10, 1999/02/16 06:32:30
|
Line 44 AUser CSP
|
Line 44 AUser CSP
|
|
|
\ shell commands |
\ shell commands |
|
|
0 Value $? ( -- n ) \ gforth |
0 Value $? ( -- n ) \ gforth dollar-question |
\G VALUE: The exit status returned by the most recently executed |
\G VALUE: The exit status returned by the most recently executed |
\G @code{system} command. |
\G @code{system} command. |
|
|
Line 60 AUser CSP
|
Line 60 AUser CSP
|
|
|
\ stuff |
\ stuff |
|
|
: ]L ( compilation: n -- ; run-time: -- n ) |
: ]L ( compilation: n -- ; run-time: -- n ) \ gforth |
\G equivalent to "] literal" |
\G equivalent to @code{] literal} |
] postpone literal ; |
] postpone literal ; |
|
|
: in-dictionary? ( x -- f ) |
: in-dictionary? ( x -- f ) |