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