Arc Forumnew | comments | leaders | submitlogin
2 points by thaddeus 3808 days ago | link | parent

Yeah, but practically speaking:

  (aif (get-account-balance)
       (if (>= it 0)
           (disp it)
           (err "ouch"))
       (start-new-account))
Zero is really just as common as any other data, so why not make 1 or 2 false-y?