Returns true if the first expression is greater than or equal to the second expression.
Syntax
|
Returns true if the first expression is greater than or equal to the second expression. |
|
expression1 >= expression2 |
|
Arguments: |
|
|
expression1 |
Expression |
|
|
expression1 |
Expression |
Remarks
- Example: 10 >= 7 returns true.
Comments
0 comments
Please sign in to leave a comment.