Copy a string: Difference between revisions

Content deleted Content added
Wutang (talk | contribs)
mNo edit summary
imported>Acediast
→‎{{header|COBOL}}: Syntax highlighting.
Line 822:
=={{header|COBOL}}==
{{trans|C#}}
<syntaxhighlight lang="cobolcobolfree">MOVE "Hello" TO src
MOVE src TO dst</syntaxhighlight>