RosettaCodeData/Task/Loops-Infinite/MATLAB/loops-infinite.m
2015-02-20 00:35:01 -05:00

3 lines
37 B
Matlab

while true
fprintf('SPAM\n')
end