Takes a list of instructions (variables, reporters, strings) and separates them with commas and then concatenates them, returning the concatenated string. Example: globals [mystring one] setone "abc" setmystring to-string [one "two"] The value of mystring is now "abc,two".