multiply
function
The multiply
action multiply value. It belongs to the math category within the data area.
Action Syntax
multiply $variable by $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
multiply $variable by 123
A variable name starting with $ followed by a value followed by A numeric value
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = multiply
Tags
gobig
A test flag to just mess around
Examples
// Basic Usage
$number = multiply $a by $b
Action code: 4068488809
Version: 0.6.4-17
Last updated: 2025-06-13