home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / TEST.SCR < prev    next >
Text File  |  1992-02-12  |  106b  |  6 lines

  1. > timeout = 0
  2. > windowshow()
  3. > result = 42
  4. > pause 25
  5. > message ('the result is ' + result)
  6. > wait()