ProvideX V8.20 > Language Reference > 2. Directives
108
After all options have been processed, any remaining portion of the original
statement is appended to the new statement.
Examples
0200 LET A=4*M; PRINT "ANSWER =",A
EDIT 200 C[=] D[*] C[A] R[nswer] [ now]
After EDIT:
0200 LET A=M; PRINT "Answer now =",A