All items in the list are stringified - similar to running "[element]"
over each element.
world.log << jointext(list(1, "waaa", 'icons.dmi'), ",") // "1,waaa,icons.dmi"
Negative amounts for the Start or End value count from the end of the list.
This functions similarly to /list/proc/Join().