6 lines
113 B
Text
6 lines
113 B
Text
|
BLOCK DATA RIGHT
|
||
|
|
||
|
COMMON /B/ C, ChangeMe
|
||
|
DATA C, ChangeMe / 2.0, 6.0 /
|
||
|
END
|