﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2280	Logical operator precedences	Matt Diesel		"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."	Feature Request	closed		AutoIt		None	Rejected	logical, operators, precedence, and, or	
