Modify ↓
Opened on Nov 7, 2012 at 2:06:13 AM
Closed on Nov 7, 2012 at 3:24:18 PM
#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)
Change History (1)
comment:1 by , on Nov 7, 2012 at 3:24:18 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
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.