<p>Am 04.02.2016 23:43 schrieb "Martin" <<a href="mailto:fpc@mfriebe.de">fpc@mfriebe.de</a>>:<br>
><br>
> On 04/02/2016 22:13, Michael Van Canneyt wrote:<br>
>><br>
>><br>
>> On Thu, 4 Feb 2016, Felipe Monteiro de Carvalho wrote:<br>
>>><br>
>>><br>
>>> You mean like literally using "?" and ":" ?<br>
>><br>
>><br>
>> Yes. As used in C-like languages.<br>
><br>
><br>
> There was also voices for a more verbose solution.<br>
><br>
> But introducing 2 new operators based on words (a-z, not 16 bit) means 2 new keywords and causes conflicts.<br>
> Except if "then" and "else" are used (but without "if")<br>
> x := 1 < 3 then 5 else 4;</p>
<p>No. Think about the ambiguities that arise if you use this inside the condition of an if-statement.</p>
<p>Regards,<br>
Sven</p>