GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/_Archive/CST1794/ExampleFiles/2007.05.02/ |
Upload File : |
' graphics 1 nomainwin WindowWidth = 500 WindowHeight = 500 open "graphics 1" for graphics as #gw print #gw,"backcolor black" print #gw,"horizscrollbar off" print #gw,"vertscrollbar off" print #gw,"fill black" print #gw,"flush" print #gw,"up; home; north; down" 'print #gw,"posxy x y" 'notice "x=";x;" y=";y print #gw,"turn 90; go 150;" print #gw,"color red" print #gw,"backcolor red" print #gw,"circlefilled 50" print #gw,"flush" print #gw,"up; goto 300 300; down" print #gw,"color blue" print #gw,"backcolor blue" print #gw,"circlefilled 50" print #gw,"flush" 'loadbmp "rc", "rc.bmp" 'print #gw, "drawbmp rc 0 0" print #gw,"flush" wait [quit] close #gw end