7 lines
93 B
Text
7 lines
93 B
Text
class MAIN is
|
|
main is
|
|
s ::= "a string";
|
|
s1 ::= s;
|
|
-- s1 is a copy
|
|
end;
|
|
end;
|