home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / boot / selector / examples / b5.sel < prev    next >
Encoding:
Text File  |  1998-02-03  |  220 b   |  9 lines

  1.    defenv variable Hello
  2.    
  3.    text "[variable]"
  4.    button "This" setenv variable "This" update
  5.    button "Is" setenv variable "Is" update
  6.    button "Selector" setenv variable "Selector" update
  7.    
  8.    unsetenv variable
  9.