2 lines
116 B
Text
2 lines
116 B
Text
VAR any: REFANY;
|
|
any := NEW(REF INTEGER); (* Modula-3 knows that any is now REF INTEGER with a tag added by NEW. *)
|