home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 127_01 / simplepr.ss < prev    next >
Text File  |  1985-03-10  |  2KB  |  57 lines

  1. !---------------------------------------------------------------------------
  2. ! File SSP: RAP SS file for a simple Printer.
  3. !---------------------------------------------------------------------------
  4.  
  5. !---------------------------------------------------------------------------
  6. !                    COMMANDS TO RAP
  7. !        (This section MUST be the first in the SS file)
  8. !---------------------------------------------------------------------------
  9.  
  10. !None.
  11.  
  12. !---------------------------------------------------------------------------
  13. !               USER'S PERSONAL SUBSTITUTIONS
  14. !---------------------------------------------------------------------------
  15.  
  16. !None.
  17.  
  18. !---------------------------------------------------------------------------
  19. !                SUBSCRIPTS AND SUPERSCRIPTS
  20. !---------------------------------------------------------------------------
  21.  
  22. }d1}! lead in to subscript
  23. !Delete.
  24.  
  25. }u2}! finish subscript
  26. !Delete.
  27.  
  28. }u1}! lead in to superscript
  29. !Delete.
  30.  
  31. }d2}! finish superscript
  32. !Delete.
  33.  
  34. !---------------------------------------------------------------------------
  35. !                 RAP-UTILIZED SUBSTITUTIONS
  36. !---------------------------------------------------------------------------
  37.  
  38. !INITIALIZATION
  39.  
  40. !}init}
  41.  
  42. !BOLDFACE
  43.  
  44. }b+}
  45. !Delete.
  46.  
  47. }b-}
  48. !Delete.
  49.  
  50. !---------------------------------------------------------------------------
  51. !                    END OF SS
  52. !---------------------------------------------------------------------------
  53. --------
  54.  
  55. !None.
  56.  
  57. !---------------------------------------------------------------