toString (  object obj1 , object obj2 , object ...  )  : string
Make a concatenated string with all objects
	
Example
console(toString(15122, ["tomate","cofee","cutter"], "low")) //-> 15122[tomate, cofee, cutter]low
	
Parameters
Make a concatenated string with all objects
	
console(toString(15122, ["tomate","cofee","cutter"], "low")) //-> 15122[tomate, cofee, cutter]low