<div dir="ltr"><div dir="ltr">Why I find 'if' awkward is that when I test a condition for the success path and have a fall through clause for the fail path the semantics don't match with 'true'.<div><br></div><div>        if</div><div>             Foo == 42 -></div><div>                  ok;</div></div><div class="gmail_quote"><div class="gmail_attr">             true -></div><div class="gmail_attr">                  {error, Foo}</div><div class="gmail_attr">        end.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">     -Vance</div></div>