$var
The$var operator retrieves the value of a variable from the current scope.
Input
- A single string value representing the variable name
Output
- The value of the variable, or null if the variable is not defined
Examples
Retrieve Variable Value
Use with Let in a Block
"Hello, Alice!"
Variable Not Defined
null
