home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w048 / 1.ddi / MS.MAC (.txt) < prev    next >
Encoding:
Venus Macro  |  1987-12-21  |  532 b   |  29 lines

  1. MACROS
  2. Scrap4unit ;
  3. interface
  4. uses ;
  5. implementation
  6. {begin}
  7. Indent one line two spaces
  8. Unindent one line two spaces
  9. Procedure shell0procedure ;
  10.   {-}
  11. Kbegin {}
  12. end; {}
  13. Function shell2function :;
  14.   {-}
  15. Kbegin {}
  16. end; {}
  17. Program shell5program ;
  18.   {-}
  19. Ktype
  20. begin
  21. Unit shellJunit ;
  22. interface
  23. uses ;
  24. implementation
  25. {begin}
  26. Print block
  27. Indent marked block two spaces
  28.  Unindent marked block two spaces
  29.