RosettaCodeData/Task/Loops-Infinite/Smalltalk/loops-infinite.st

2 lines
41 B
Smalltalk
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
[ true ] whileTrue: [ 'SPAM' displayNl ]