8 lines
128 B
Text
8 lines
128 B
Text
$ include "seed7_05.s7i";
|
|
|
|
const proc: main is func
|
|
begin
|
|
while TRUE do
|
|
writeln("SPAM");
|
|
end while;
|
|
end func;
|