2 lines
72 B
COBOL
2 lines
72 B
COBOL
INVOKE SomeClass "new" RETURNING obj-ref
|
|
SET another-obj-ref TO obj-ref
|
INVOKE SomeClass "new" RETURNING obj-ref
|
|
SET another-obj-ref TO obj-ref
|