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

3 lines
33 B
Text

while(1)
disp("SPAM")
endwhile