Closed brendon9x closed 3 months ago
This is expected, the same way as
a
+ b
in Elixir will return only +b
(as would many other languages). This also happens in Elixir inside parens because (...)
are used to group both expressions and blocks.
Apologies – I did a search on Google, but I should have just tried in regular IEx.
I'm sorry I haven't got the time to suggest a fix, but here's the problem shown by example:
I know there a few gotchas with macros, but I am assuming this is bug.