home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 3
/
Chip_Hitware_Vol_03.iso
/
chiphit3
/
win95
/
programm
/
unicom
/
setpixel.sc_
/
setpixel.sc
Wrap
Text File
|
1992-08-15
|
117b
|
8 lines
; setpixel.scr draw pixels on screen
i=0
while (i<640)
gdisetpixel(i,i/3,255,255,255)
i=i+4
endwhile
exit