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

6 lines
113 B
COBOL
Raw Permalink Normal View History

2026-04-30 12:34:36 -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