is-greater-than-or-equal(
    reference: numeric
)

Returns true if the numeric value passed as argument is greater than or equal to the numeric value passed as parameter. Returns false otherwise.

Parameters

Name Type Required Description
reference numeric Yes A numeric value to compare to the argument.

Argument evaluation

  • reference: Evaluated once in the enclosing context.

Examples

10 | is-greater-than-or-equal(5)  #true

Kind: Predicate
Scope: numeric
Aliases: greater-than-or-equal, numeric-is-greater-than-or-equal


This site uses Just the Docs, a documentation theme for Jekyll.