<br><br><div class="gmail_quote"><div dir="ltr">בתאריך יום ד׳, 29 בנוב׳ 2017, 12:29, מאת Lele Gaifax ‏<<a href="mailto:lele@metapensiero.it">lele@metapensiero.it</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Kirill Balunov <<a href="mailto:kirillbalunov@gmail.com" target="_blank">kirillbalunov@gmail.com</a>> writes:<br>
<br>
> Since the proposed semantics is more similar to the idea of "or", may be it<br>
> is better to consider something like:<br>
><br>
> timeout then local_timeout then global_timeout<br>
><br>
> I do not know how much this is a frequent case to be worthy of a keyword.<br>
<br>
That sounds awkward... what about<br>
<br>
  timeout else local_timeout else global_timeout<br>
<br>
instead?<br></blockquote></div><div><br></div><div>I think then and else can be ruled out since they can be very confusing when used in a conditinal statement or a comprehension. </div><div><br></div><div>x = a if x else y else b  # wait. what? </div><div><br></div><div>Elazar</div>