This function returns the value stored in a number variable, which was previously created using the setNumber() function.
Bash
getNumber(variableName) #Output: Number
To return the value you must have created the variable before, using the setNumber() function within the same expression.
📚 Use cases and examples
| Use case |
|---|
| No content found. |