Switch to edit mode.
Name(s): list2str l2s lsit2str1: "args 1 is the list to be stringified, args 2 is 0 for no spaces or 1 for spaces" 2: bo = args[1] 3: jo = args[2] 4: string = "" 5: for x in (bo) 6: string = string + (string && jo ? " " | "") + x 7: endfor 8: return string 9: "Last modified by Drizzt (#4017) on Sat May 26 19:44:51 2001 MDT."