|
|
Manual Page ViewerName: EQ Section: Arithmetic Operators
<eq ARG1 ARG2
Description:
Returns "true" if the numeric value of ARG1 is exactly equal to
the numeric value of ARG2. Just as with the arithmetic
functions (Arithmetic Operators), the arguments
may be the names of variables containing numeric values, and not just
the values themselves. In that case, Examples: <eq 3 4> ==> <eq 3 3> ==> true <eq 3.0 3> ==> true <set-var x=3.01> <eq <get-var-once x> 3.01> ==> true
Edit Pointer
![]() The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox Found a bug? Send mail to bug-manual@metahtml.org |