RosettaCodeData/Task/Loops-Infinite/Haxe/loops-infinite.haxe
2020-02-17 23:21:07 -08:00

2 lines
36 B
Text

while (true)
Sys.println("SPAM");