is-less-than
function
The is-less-than
action checks if a value is less than another value. It belongs to the logicfn category within the system area.
Action Syntax
is-less-than $variable $variable
A variable name starting with $ followed by A variable name starting with $
is-less-than $variable 123
A variable name starting with $ followed by A numeric value
is-less-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-less-than
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = is-less-than $varname $othervar
Action code: 2325527210
Version: 0.0.0
Last updated: 2025-06-13