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

6 lines
113 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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