Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 161 Bytes

erlang.md

File metadata and controls

1 lines (1 loc) · 161 Bytes
  1. Erlang has guards like old_enough(0) -> false;, or old_enough(X) when X >= 16 -> true;.