593
0020
print a$
0030
print 'caption'("My Window")
0040
multi_line read 0,a$
0050
print a$
'CE' Mnemonic
Clear from Cursor to End of Screen
Description
Use 'CE' to clear the screen from the cursor position to the end of the screen.
'CF' Mnemonic
Clear Foreground Mode
Description
Use 'CF' to clear non-protected mode for characters on the screen. (See also: 'SF' Set
'CH' Mnemonic
Position Cursor at Home
Description
Use 'CF' to position the cursor to the device's home location; i.e., @(0,0). The screen
is not cleared.
'CI' Mnemonic
Clear Input Type-Ahead Buffer
Description
Use 'CI' to clear any input from the type-ahead buffer. (See also 'BT' Begin