home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / examples / switch < prev    next >
Encoding:
AmigaDOS Script File  |  1999-03-04  |  84 b   |  7 lines

  1. .key var,s1,s2
  2.  
  3. if $<var> EQ <s1>
  4.   setenv <var> <s2>
  5. else
  6.   setenv <var> <s1>
  7. endif