is-greater-than
function
The is-greater-than
action checks if a value is greater than another value. It belongs to the logicfn category within the system area.
Action Syntax
is-greater-than $variable $variable
A variable name starting with $ followed by A variable name starting with $
is-greater-than $variable 123
A variable name starting with $ followed by A numeric value
is-greater-than $variable "text"
A variable name starting with $ followed by A quoted text string
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = is-greater-than
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = is-greater-than $varname $othervar
Action code: 1877346607
Version: 0.0.0
Last updated: 2025-06-13