is-greater-than
Function
checks if a value is greater than another value
Syntax
$boolean = is-greater-than $varname $othervar
checks if a variable is greater than another variable
$boolean = is-greater-than $varname 10
checks if a variable is greater than a number
$boolean = is-greater-than $varname "text"
checks if a variable is greater than a text value
icon !mdi:arrow-down