5 lines
71 B
Text
5 lines
71 B
Text
long i
|
|
for i = asc("a") to asc("z")
|
|
print chr$(i);
|
|
next
|
|
HandleEvents
|