153 @verb #8852:"remove_duplicates" this none this rxdo #8852 @program #8852:"remove_duplicates" this none this "remove_duplicates(list) => list as a set, i.e., all repeated elements removed." out = {} for x in (args[1]) out = setadd(out, x) endfor return out "Last modified by Iscariah (#8852) on Sat Oct 15 09:43:01 2005 MDT." . 0