home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / editor / doit.lx next >
Text File  |  1996-12-20  |  519b  |  11 lines

  1. /* ================================================== */
  2. /*     DOIT.LX                                        */
  3. /*                                                    */
  4. /*     This LPEX macro adds a line a the end of       */
  5. /*     instruction to write to the message            */
  6. /*     line in the editor.                            */
  7. /* ================================================== */
  8. "bottom"
  9. "insert       * A new line is inserted at the bottom of the file..."
  10. say "... I've added the line."
  11.