Append Command [AP]
Appends a string to the end of each line in the rangelist.
APPEND "string" [ rangelist ]
(Q=no display)
(Default: rangelist = *)
Append allows you to add a semi-colon (or any other string of characters) to the end of a line (/AP ";" 5/10). Append prints each line that it changes. If the resulting line would be too long, Append goes into Modify on that line.
Examples
/list 25
25 to the end of the line
/append "!"
25 to the end of the line!
/ap ")" 1/4
1 (redo function)
2 (modify function)
3 (append function)
4 (list function)