home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / KYPLAIN.PRG < prev    next >
Encoding:
Text File  |  1993-02-01  |  712 b   |  13 lines

  1. *****************************************************************
  2. *     * 09/92               KYPLAIN.PRG                         *
  3. *****************************************************************
  4. *     * Author's Name: Jeb Long                                 *
  5. *     *                                                         *
  6. *     * Description:                                            *
  7. *     * This program illustrates the use PLAIN with KEYBOARD    *
  8. *     * command                                                 *
  9. *****************************************************************
  10. ON KEY LABEL x WAIT "X was trapped" WINDOW
  11. KEYBOARD "? 'Texas'{Enter}" PLAIN
  12. KEYBOARD "? 'Texas'{Enter}"
  13.