RosettaCodeData/Task/Copy-a-string/COBOL/copy-a-string.cobol
2023-07-01 13:44:08 -04:00

2 lines
36 B
COBOL

MOVE "Hello" TO src
MOVE src TO dst