home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_01 / 9n01104a < prev    next >
Text File  |  1990-10-04  |  212b  |  12 lines

  1.  
  2.         for {} 1 {} {
  3.                 spawn rogue
  4.                 expect "*Str: 18*" break \
  5.                        "*Str: 16*" {}
  6.                 close
  7.         }
  8.         interact
  9.  
  10.         Listing 1
  11.  
  12.