home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
37.dms
/
37.adf
/
FUNNEL.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1988-05-22
|
172 b
|
9 lines
5 SCNCLR
10 circle (15,15), 10, 1
20 x = x+3
21 y = y+3
22 s = s+2
30 circle (x,y), s, 1
40 IF Y = 165 THEN SLEEP 5*10^6 :SCNCLR :END
50 goto 20