note=This example illustrates the use of the 'copy lines' command.
note=
note=The purpose of the program is to remove "separator" lines and to stop when a "terminator line" is read. For the purposes of the example a separator line is one that begins with "--" and a terminator line is one that contains "***END***".
note=
note=See also the copylines2 project which does the same thing using the read and write commands instead of the copy lines command.