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

  1. close off
  2. gap 4
  3. defenv s ON
  4.  
  5. button exit 'unsetenv s' exit
  6. space
  7. startbox
  8.   text "The switch is:"
  9.   button [s] 'execute switch s ON OFF' update
  10. endbox
  11.  
  12.