4 lines
242 B
COBOL
4 lines
242 B
COBOL
COPY "copy.cpy". *> The full stop is mandatory, wherever the COPY is.
|
|
COPY "another-copy.cpy" REPLACING foo BY bar
|
|
SPACE BY ZERO
|
|
==text to replace== BY ==replacement text==.
|