2 lines
41 B
Smalltalk
2 lines
41 B
Smalltalk
|
|
[ true ] whileTrue: [ 'SPAM' displayNl ]
|
|
|
[ true ] whileTrue: [ 'SPAM' displayNl ]
|