4 lines
66 B
Smalltalk
4 lines
66 B
Smalltalk
|
#!/usr/bin/env gst
|
||
|
|
||
|
[ true ] whileTrue: [ Transcript show: 'e' ].
|