Truth table
The truth table for if/cond/unless statements in Elixir is simple: only nil and false evaluate to false. All other values are true.
The truth table for if/cond/unless statements in Elixir is simple: only nil and false evaluate to false. All other values are true.