7 lines
158 B
Text
7 lines
158 B
Text
class MAIN is
|
|
main is
|
|
s ::= "asdf";
|
|
reversed ::= s.reverse;
|
|
-- current implementation does not handle multibyte encodings correctly
|
|
end;
|
|
end;
|