v()
Outputs the value of a variable.
The v() function has one parameter:
variableName(string): Required. The variable to output the value of.
This example declares and sets a variable, and then outputs the value of that variable.
The example returns this text.