Hacker News new | ask | show | jobs
by raarts 3372 days ago
> But the parens are optional

In the newest Elixir I get a warning about a variable not existing when I omit the parenthesis, and it suggests to add them.

1 comments

This is usually the case when there is potential for ambiguity, but there's also a matching function the non-parens version can be expanded to.