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)

Change History (1)

comment:1 by trancexx, 13 years ago

Resolution: Rejected
Status: newclosed

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

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.