home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / script / list < prev    next >
Text File  |  1994-07-30  |  170b  |  13 lines

  1. # showlist <list of items>
  2.  
  3. alias showlist {
  4.     @ sl.cnt = 0
  5.     while (sl.wrd = [$($sl.cnt)])
  6.     {
  7.         echo $sl.wrd
  8.         @sl.cnt = sl.cnt + 1
  9.     }
  10.     ^assign -sl.cnt
  11.     ^assign -sl.wrd
  12. }
  13.