> (numeric greater than)
Availability
Flash Lite 1.0.
Usage
expression1 > expression2
Operands
expression1, expression2
Operator (comparison); compares two expressions and determines whether
greater than
expression2
equal to
expression2
Example
The following examples show
trace(3.14 > 2);// output: 1(true)
trace(1 > 2);// output: 0(false)
See also
gt (string greater than)
>= (numeric greater than or equal to)
Availability
Flash Lite 1.0.
Usage
expression1 >= expression2
Operands
expression1, expression2
Description
Operator (comparison); compares two expressions and determines whether
greater than or equal to
(
expression2
false
98
Flash Lite Operators
Numbers or expressions that evaluate to numbers.
; if it is, the operator returns
, the operator returns
and
true
false
Integers or floating-point numbers.
(
expression2
true
).
. If
true
expression1
.
false
results for numeric comparisons:
) or whether
expression1
is
expression1
is less than or
is
expression1
is less than
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?