LiveCode BuilderOperatorsNumberIsGreaterThanNumberOn this pageNumberIsGreaterThanNumber Type operator Summary Greater than relation. Syntax <Left> > <Right> Description Greater than relation. Parameters NameTypeDescriptionLeftAn expression that evaluates to a number.RightAn expression that evaluates to a number.