| |
|
| \ 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. |
| |
|
| |
|
| \ 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 ) |