7 lines
77 B
Text
7 lines
77 B
Text
class MAIN is
|
|
main is
|
|
loop
|
|
#OUT + "Spam\n";
|
|
end;
|
|
end;
|
|
end;
|