| f = key_query(stdin); |
f = key_query(stdin); |
| #endif |
#endif |
| |
|
| \+os |
|
| |
|
| stdin ( -- wfileid ) gforth |
stdin ( -- wfileid ) gforth |
| ""The standard input file of the Gforth process."" |
""The standard input file of the Gforth process."" |
| wfileid = (Cell)stdin; |
wfileid = (Cell)stdin; |
| ""The standard error output file of the Gforth process."" |
""The standard error output file of the Gforth process."" |
| wfileid = (Cell)stderr; |
wfileid = (Cell)stderr; |
| |
|
| |
\+os |
| |
|
| form ( -- urows ucols ) gforth |
form ( -- urows ucols ) gforth |
| ""The number of lines and columns in the terminal. These numbers may change |
""The number of lines and columns in the terminal. These numbers may change |
| with the window size."" |
with the window size."" |