<if condition="$x = $x">Hello<else />This will never happen.</if>
($x = $x) ? "Hello" : "This will never happen.";