@verb #62:"get" this none this rxdo #60 @program #62:"get" this none this ":get(options,name) => returns the value of the option specified by name" "i.e., if {name,value} is present in options, return value" " if name is present, return 1" " otherwise return 0" {options, name} = args if (name in options) return 1 elseif (a = listassoc(name, options)) return a[2] else return 0 endif "Last modified by Dax (#789) on Sun May 24 16:47:55 1998 EDT." .