﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2620	Ternary operator and php 5.3 sugar syntax	Tlem		"Hi.
Is it possible to use the sugar syntax for ternary operateur like in php 5.3?

{{{
$c = $a ? $a : $b
}}}
can be write like this :
{{{
$c = $a ?: $b
}}}

The subject was discussed here : http://www.autoitscript.com/forum/topic/157535-ternary-operator-clarification-1-0-b-0-b-1/page-2#entry1142730
And Miss trancexx explain the advantages in messages following the request. ^^
"	Feature Request	closed		AutoIt		None	Rejected		
