Prints a variable name followed by its molded value. (for debugging)
?? name
name - The name argument.
Handy for printing the value of a variable while debugging.
test: [123 "testing"] ?? test test: [123 "testing"]
? - Prints information about words and values.
help - Prints information about words and values.