Skip to main content
Version: 25.3

>= (greater than or equal)

Operator

Greater than or equal.

  • (Support for the character was added in 1.67)

Example:

if age >= 21 then set isAdult to true

Synonyms:

  • greater than or equal
  • is greater than or equal to
  • isn't less than
  • is at least

Related terms in the SenseTalk Dictionary.