@verb #7639:"list2str l2s lsit2str" this none this rxdo #4017 @program #7639:"list2str l2s lsit2str" this none this "args 1 is the list to be stringified, args 2 is 0 for no spaces or 1 for spaces" bo = args[1] jo = args[2] string = "" for x in (bo) string = string + (string && jo ? " " | "") + x endfor return string "Last modified by Drizzt (#4017) on Sat May 26 19:44:51 2001 MDT." .