Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
let loop=1
|
||||
sub delay:
|
||||
for i=1 to 10000
|
||||
next
|
||||
cls 1
|
||||
return
|
||||
while loop=1
|
||||
print 1 "l"
|
||||
gosub delay:
|
||||
print 1 "/"
|
||||
gosub delay:
|
||||
print 1 "-"
|
||||
gosub delay:
|
||||
print 1 "\"
|
||||
gosub delay:
|
||||
wend
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue