Try It Out: Solution
See the solution to the coding exercise you tried in the previous lesson.
We'll cover the following...
Create unless macro without using if
Define an unless macro without using Kernel.if, by using other control flow constructs in Elixir.
Solution
... Ask