Turtle and Observer Command

to-string [list of commands]

Takes a list of instructions (variables, reporters, strings) and concatenates them, returning the concatenated string.

Examples:
globals [mystring one]
setone "abc"
setmystring to-string [one "two"]
The value of mystring is now "abctwo".

Related commands:
to-delimited-string