home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************/
- /* My Syntax Assistance File - Example */
- /* Version 1.9 */
- /* Sven Guyet, 08/91 (DSGUYE at DUESVM1) */
- /**************************************************************************/
- /* NOTE: It is recommended to remove these comment lines in your "real" */
- /* syntax assistance file. The first time syntax assistance is */
- /* invoked via ALT-H, the file specified in my_syntax_filename */
- /* is loaded into the hidden ring (default name: 'mysyntax.hlp'). */
- /* Each time ALT-H is pressed the syntax assistance file is scanned */
- /* for the specified command abbreviation. Therefore any */
- /* unnecessary lines increase the duration of the syntax evaluation.*/
- /* */
- /* SYNTAX: For each command you wish to be expanded via ALT-H insert a */
- /* line starting with the command IN COLUMN ONE and followed */
- /* by the text you wish the command to be replaced with. Multiple */
- /* lines are allowed. The end of the command description is */
- /* encountered either by the end of the syntax assistance file */
- /* or by a nonblank character in the first columns up to the */
- /* starting point of the first explanation line of the choosen */
- /* command. */
- /* The cursor position after the replacement can be controled */
- /* by putting a '▓' (ascii 178) at the desired position within */
- /* the replacement string. */
- /* */
- /* */
- /* EXAMPLE: The following syntax assistance file entries ...... */
- /* */
- /* Column !1 8 28 */
- /*------------------------------------------------------------------------*/
- /* Row 1 !TIA Thanks in advance. */
- /* 2 ! */
- /* 3 ! Best regards, */
- /* 4 ! Batman. */
- /*------------------------------------------------------------------------*/
- /* */
- /* ...... would expand TIA with the above code between Row 1, */
- /* Col 7 and Row 4, Col 28 when ALT-H is pressed. */
- /**************************************************************************/
-
- /**************************************************************************/
- /* Abbreviations */
- /**************************************************************************/
- IBM International Business Machines, Corp.
- S
- SG
- SVEN Sven Guyet
- /**************************************************************************/
- /* Greetings */
- /**************************************************************************/
- BR Best regards.
- TIA Thanks in advance.
-
- Best regards,
- Sven.
- Y Yours very truly,
- ▓