RosettaCodeData/Task/Loops-Infinite/FreeBASIC/loops-infinite.freebasic

6 lines
36 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
' FB 1.05.0
Do
Print "SPAM"
Loop