NumberIsGreaterThanNumber

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> > <Right>
Associationscom.livecode.arithmetic
Summary

Greater than relation.

Parameters
NameTypeDescription
Left

An expression that evaluates to a number.

Right

An expression that evaluates to a number.

Values
NameTypeDescription
return

True if Left is greater than Right, and false otherwise.

Description

Greater than relation.