All Operators
> Operator
< Operator
<= Operator
OPERATOR: >=
Implemented in version 1.0
>=
The
>=
operator determines if the first expression is greater-than-or-equal the second expression.
Code:
<% 123 >= 456 %>
<% "a" >= "A" %>
Output:
False
True
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information