The following line commands are available:
Command |
Explanation |
* |
Go to this line. |
T+ |
Go to first line (See the header command T). |
B- |
Go to last line. |
> |
Insert the program lines of the include file instead of the INCLUDE statement; special comment lines frame the include lines as an include block. |
< |
Delete the include block and re-insert the INCLUDE statement. The cursor must appear on the special comment line before the include block. |
u |
Write the include block to the include file; the command then removes the block and re-inserts the INCLUDE statement (see '<'). |
A |
Target line for a C/CC or M/MM command; line or block of lines then appears after this line. |
B |
Target line for a C/CC or M/MM command; line or block of lines then appears after this line. |
O |
Target line for a C or M command; C line fills the blanks on this line (overlay). |
C |
Copy this line (target line A/B/O). |
CC,CC |
Copy this block of lines (target A/B). |
M |
Move this line (target A/B/O). |
MM, MM |
Move this block of lines (target A/B). |
i n |
Insert n new lines. i = i1 |
N |
Insert a comment area. |
D |
Delete this line. |
DD, DD |
Delete this block of lines. |
R |
Duplicate this line. |
R n |
Duplicate this line n times. |
RR, RR |
Duplicate this block of lines. |
J |
Join the subsequent line to this line, if there is enough space. |
S |
Split this line at the cursor position. |
SH, SH |
Shift this block of lines horizontally to the cursor position. |
WW, WW |
Stores a block of lines in the general clipboard (the general clipboard is available across different systems). |
W |
Insert the general clipboard after this line. |
XX, XX |
Copy this block of lines in the X clipboard. |
X |
Insert the X clipboard after this line. |
YY, YY |
Copy this block of lines in the Y clipboard. |
Y |
Insert the Y clipboard after this line. |
ZZ, ZZ |
Copy this block of lines in the Z clipboard. |
Z |
Insert the Z clipboard after this line. |
CLEAR |
Delete the X, Y, and Z buffers. |
RESET |
Delete flagged line commands. |
PR, PR |
Print this block of lines. |