COPY L1,L2,L copies lines L1-L2 to a new place in the edit field so that line L1 will be copied on line L. COPY L1,L2 TO CLIPBOARD copies lines L1-L2 to the (Windows) clipboard. COPY (without parameters) copies a text block painted by the BLOCK (alt-F4) key to the clipboard and if no painted block exists COPY (without parameters) copies the edit lines below the COPY command until the first empty line to the clipboard. COPY L1,L2 TO <text file> copies lines L1-L2 to <text file>. If TO <text file> is omitted, the output file selected by command OUTPUT <file> is used. (See OUTPUT).