home *** CD-ROM | disk | FTP | other *** search
Venus Macro | 1987-12-21 | 532 b | 29 lines |
- MACROS
- Scrap4unit ;
- interface
- uses ;
- implementation
- {begin}
- Indent one line two spaces
- Unindent one line two spaces
- Procedure shell0procedure ;
- {-}
- Kbegin {}
- end; {}
- Function shell2function :;
- {-}
- Kbegin {}
- end; {}
- Program shell5program ;
- {-}
- Ktype
- begin
- Unit shellJunit ;
- interface
- uses ;
- implementation
- {begin}
- Print block
- Indent marked block two spaces
- Unindent marked block two spaces
-