| KEY | Index Level | LEN |
| Syntax | expression LE expression |
| Category | BASIC |
| Type | Operator, Relational |
| Description | represents the "less than or equal to" condition. |
| Options | |
| See Also | operators relational operators num.expression <= |
| Example | if x le 10 then print "Less than 10 is the result" |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| KEY | Index Level | LEN |