Or:
x = a orelse b # Visual Basic has a short-circuiting
OrElse operator for boolean operands
x = a orifNone b
On 30/09/2015 01:39, Ryan Gonzalez
wrote:
What about 'otherwise'?
x = a otherwise b
The only reason why I would prefer "else" over the proposed
alternatives: it's already a reserved keyword and it's not really
necessary to waste another one. Otherwise, I don't care too much.