RosettaCodeData/Task/Loops-Infinite/GAP/loops-infinite.gap
2023-07-01 13:44:08 -04:00

3 lines
39 B
Text

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