4 lines
60 B
Text
4 lines
60 B
Text
|
|
begin
|
||
|
|
for i := 1 step 0 until 2 do write( "SPAM" )
|
||
|
|
end.
|