﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3196	Feature request: conditional code in curly braces	mexykanu		"Hello,

I've come back to AutoIt after some months in PHP/Javascript and i think it would be awesome if Autoit also allowed the curly brace conditional code syntax.
Autoit syntax:
{{{
if $var == 0 then
   do something
else
   do something else
endif
}}}
PHP/Javascript syntax
{{{
if ($var == 0) {
   do something
} else {
   do something else
}
}}}

Pretty please ?"	Feature Request	closed		AutoIt		None	Rejected		
