Re: if else else



On Jan 31, 12:54 am, Ian Bell <ruffreco...@xxxxxxxxxxx> wrote:
Ian Bell wrote:
slebet...@xxxxxxxxx wrote:

Hmm... looking at that, it's not quite obvious what "otherwise" means.
Perhaps a better word is any? anymatch? nondefault?

How about 'ifnot'

Ian

or 'nota' (none of the above)??

Actually "ifnot" and "nota" are already handled by "default" or
"else". We're talking about "ifyes". That is, if any of the if or
elseif tests are true then execute the "finally" block of code.

.