home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 9
/
09.iso
/
l
/
l074
/
1.ddi
/
COINS.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
|
110 b
|
8 lines
! Flip a coin five times.
!
FOR toss = 1 to 5
IF Rnd<.5 then PRINT "Heads, you win"
NEXT toss
END