RosettaCodeData/Task/Loops-Infinite/GAP/loops-infinite.gap
2014-01-17 05:34:36 +00:00

3 lines
39 B
Text

while true do
Print("SPAM\n");
od;