basic.lt

Relational Operator/BASIC Program, Releases: AP and R83

'less than' operator.

Syntax

expression lt expression

Description

is the symbol used as a logical operator within conditional expressions as an alternate form of the '<' symbol used for representing a 'less than' condition.

Example

if x lt 0 then print 'less than zero'

See Also

Command Name Type Description
basic.ac.expression Definition Derives an attribute count.
array Definition tables of values of any data type.
basic.operators Relational Operator Operators * ! & = # - + / ^ < > \ [ ] ( )
basic.array.references Definition Referencing arrays.
basic.relational.operators Relational Operator Returns the relationship between two expressions.
basic.vc.expression Definition Derives a value count.
basic.num.expression Definition An expression which evaluates to a number.
basic.sc.expression Definition Derives a subvalue count.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.