======dump====== Dumps the contents of a value, where the value can be any data type. \\ **Syntax** * ''[[PTPScript:Types:String|String]] dump( [ [[PTPScript:Types:Mixed|Mixed]] subject ] )'' \\ **Parameters** * [[PTPScript:Types:Mixed|Mixed]] ''subject'' - The value to display the contents of. If omitted, the values of all variables in current scope will be displayed. \\ **Result** * [[PTPScript:Types:String|String]] - The contents of ''subject''. Returns the contents of ''subject'' as a string.