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

3 lines
40 B
Text

while(true) {
"SPAM"->PrintLine();
};