home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Tutorial / Cookbook / 27.Bounce / circle.yap < prev    next >
Encoding:
Text File  |  1993-01-18  |  67 b   |  5 lines

  1. /doCircle
  2. { 0 0 8 0 360 arc fill } def
  3.  
  4. 100 100 translate doCircle
  5.