Operators

Arithmetic Operators

Erlang Hamler Description
rem % Remain
div Not available Integer Division

Logical Operators

Erlang Hamler Description
and Not available
andalso && And also
or Not available
orelse \ \ Or else

Relational Operators

Erlang Hamler Description
=:= Not available Exactly equal
=/= Not available Exactly not equal
=< <= Less equal