home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / KONFIG.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  103 b   |  9 lines

  1. on keyDown
  2.   case the key of
  3.     RETURN:
  4.       doOKButton()
  5.     otherwise:
  6.       pass()
  7.   end case
  8. end
  9.