<div dir="auto">What about a more general:<div dir="auto"><br></div><div dir="auto">A if <binary_relation> B else C</div><div dir="auto"><br></div><div dir="auto">which would allow</div><div dir="auto"><br></div><div dir="auto">A if is not None else C</div><div dir="auto"><br></div><div dir="auto">but also e.g.</div><div dir="auto"><br></div><div dir="auto">A if >= 1 else 0</div><div dir="auto"><br></div><div dir="auto">Stephan</div></div><div class="gmail_extra"><br><div class="gmail_quote">Op 29 nov. 2017 13:41 schreef "Nick Coghlan" <<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 29 November 2017 at 22:38, Stephan Houben <<a href="mailto:stephanh42@gmail.com">stephanh42@gmail.com</a>> wrote:<br>
> What about more English-like syntax:<br>
><br>
> X or else Y<br>
<br>
The problem with constructs like this is that they look like they<br>
should mean the same thing as "X or Y".<br>
<br>
Cheers,<br>
Nick.<br>
<br>
--<br>
Nick Coghlan   |   <a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>   |   Brisbane, Australia<br>
</blockquote></div></div>