RosettaCodeData/Task/Variables/COBOL/variables-1.cobol

6 lines
113 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
MOVE 5 TO x
MOVE FUNCTION SOME-FUNC(x) TO y
MOVE "foo" TO z
MOVE "values 1234" TO group-item
SET some-index TO 5