7 lines
135 B
Text
7 lines
135 B
Text
print "Press control-C to exit..."
|
|
while true
|
|
for c in "|/-\"
|
|
text.setCell 0, 0, c
|
|
wait 0.25
|
|
end for
|
|
end while
|