! This is a sample program to display the test.hpg image. ! ! To run this sqr program, use the following command: ! ! $ sqr hpgl.sqr / -xl -printer:hp ! ! The output file (hpgl.lis) can be sent to an HP (PCL compatible) ! printer and should correctly display the image. ! begin-setup declare-image logo type=hpgl-file image-size=(5,3) source='test.hpg' end-declare end-setup begin-program do main end-program begin-procedure main print-image logo (15,15) end-procedure ! main