round-up
function
The round-up
action rounds a number up to nearest integer. It belongs to the math category within the data area.
Action Syntax
round-up $variable
A variable name starting with $
round-up 123
A numeric value
Return Value
This function returns a
NUMBER
value that can be stored in a variable:
$result = round-up
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$number = round-up $number
Action code: 151209489
Version: 0.6.4
Last updated: 2025-06-13