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