42CFB | 
 (InsertEcho)
 | 
( $ →  ) 
Inserts string at current cursor position
in EditLine.
 | 
42BD4 | 
 Echo$Key
 | 
( $/chr →  ) 
Same as CMD_PLUS.
 | 
42AE4 | 
 EchoChrKey
 | 
( $/chr →  ) 
Same as CMD_PLUS, but first ?TogU/LCase.
 | 
42BB6 | 
 Echo$NoChr00
 | 
( $ →  ) 
Inserts string at current cursor position
in EditLine.
 | 
40DD4 | 
 DoDelim
 | 
(  →  ) 
Takes a character or string from the
runstream and inserts it.
 | 
40DF7 | 
 DoDelims
 | 
(  →  ) 
Takes a character or a string from the
runstream, inserts it and moves the cursor
back by one character.
 | 
53A2E | 
 INSERT_MODE
 | 
(  →  ) 
Turns insert mode on.  In insert mode, new
characters do not overwrite old ones.
 | 
448C1 | 
 ?TogU/LCase
 | 
( chr → chr' ) 
Toggle upper/lowercase of character if some
condition is fulfilled.
 | 
53A3C | 
 INSERT?
 | 
(  → flag ) 
Returns TRUE if insert mode is active.
 |