home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 9
/
09.iso
/
l
/
l074
/
1.ddi
/
STARS.TRU
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1985-01-05
|
177 b
|
10 lines
! Plot random points, like stars.
!
DO
LET x = Rnd ! Pick two random numbers
LET y = Rnd
PLOT x,y ! Plot a point at the random spot
LOOP
END