Returns the string representation of a value. This function is useful for troubleshooting expressions.

Parameters

value Number (required) - The value to inspect

Returns

String

Examples

INSPECT([1, 2, 3])

// returns "[ 1, 2, 3 ]"