< (numeric less than)
Availability
Flash Lite 1.0.
Usage
expression1 < expression2
Operands
expression1, expression2
Description
Operator (comparison); compares two expressions and determines whether
less than
expression2
equal to
expression2
operator.
Example
The following examples show
string comparisons:
trace (3 < 10);// output: 1(true)
trace (10 < 3);// output: 0(false)
See also
lt (string less than)
<= (numeric less than or equal to)
Flash Lite 1.0.
Usage
expression1 <= expression2
Operands
expression1, expression2
Description
Operator (comparison); compares two expressions and determines whether
less than or equal to
expression2
. This operator is for numeric comparison only.
false
100
Flash Lite Operators
Numbers.
; if so, the operator returns
, the operator returns
and
true
false
Numbers.
. If it is, the operator returns
. If
true
expression1
. The
(less than) operator is a numeric
false
<
results for both numeric and
true
expression1
is greater than or
expression1
; otherwise, it returns
is
is
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?
Questions and answers