RosettaCodeData/Task/Loops-Infinite/M2000-Interpreter/loops-infinite-2.m2000
2023-07-01 13:44:08 -04:00

6 lines
82 B
Text

Module CheckIt {
Repeat {
Print "SPAM"
} Always
}
Checkit