make_variable
Creates a variable with the given value.
Arguments
Name
Type
Description
Required
value
prompt, prompt array
The value of the variable to create.
Returns
Type
Description
prompt
Returns the value of the created variable.
Example
Last updated