home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2001 August
/
APC_Aug2001_CD2.iso
/
features
/
devtools
/
files
/
lb202win.exe
/
LB202W.EXE
/
PIE.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1992-08-27
|
378 b
|
18 lines
nomainwin
open "pie" for graphics as #1
print #1, "home ; down"
print #1, "backcolor red"
print #1, "piefilled 100 100 315 -315"
print #1, "north ; turn 67 ; up ; go 20 ; down"
print #1, "backcolor yellow"
print #1, "pieFilled 100 100 315 45"
print #1, "flush"
input r$
close #1