Hi, here are some suggestions
-
case 1..2does not work -
case 1 when x when is_integer(x) ->does not work either (maybe guards are not supported yet) -
I would add an
endto the the template
case [ TERM ] do
[ PATTERN ] -> ...
end
Hi, here are some suggestions
case 1..2 does not work
case 1 when x when is_integer(x) -> does not work either (maybe guards are not supported yet)
I would add an end to the the template
case [ TERM ] do
[ PATTERN ] -> ...
end