Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 341 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 341 Bytes

Logic-operators-erlang

Logic operators implementation in erlang

It's an exercise that let me learn the usage of pattern matching and functions in Erlang. The purpose is to return a boolean atom (true or false) according to existing logic operators.

(I chose to assume that non-boolean atoms are evaluated as false)