53A4A |
EditLExists?
|
( → flag )
Does an EditLine exist?
|
4488A |
NoEditLine?
|
( → flag )
Does no EditLine exist?
|
44683 |
EDITLINE$
|
( → $ )
Returns a copy of the current command
line to the stack. Same as RCL_CMD .
|
13EF1 |
(CURSOR@)
|
( → # )
Recalls the current cursor position.
|
444A5 |
CURSOR_END?
|
( → flag )
Checks if the cursor is at the end of a line
or at the end of the file. Works by
checking the current character against
newline and CHR_00 .
|