Modify ↓
Opened 13 years ago
Closed 13 years ago
#2280 closed Feature Request (Rejected)
Logical operator precedences
| Reported by: | Matt Diesel | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | logical, operators, precedence, and, or | Cc: |
Description
In most programming languages, AND has a greater precedence than OR. It would appear that in AutoIt they are both the same.
For example:
True Or False And False
Current behaviour would return False, most programming languages would return true.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Precedence is irrelevant as long as it's docummented. Considering that's the case here, script breaking change wouldn't make much sense.