divide
function
The divide
action divide. It belongs to the math category within the data area.
Action Syntax
divide $variable by $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
divide $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 = divide
Tags
round
goop
Examples
// Basic Usage
divide $var by $divisor
Action code: 3361211884
Version: 0.6.4-7
Last updated: 2025-06-13