NumberIsLessThanNumber

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

Less 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 less than Right, and false otherwise.

Description

Less than relation.

Tagsmath