Content deleted Content added
Line 98:
Multiple function bodies with [[Guard (computer science)#Mathematics|guards]]
<syntaxhighlight lang="elixir">
▲ def fib(1), do: 1
</syntaxhighlight>
|
Line 98:
Multiple function bodies with [[Guard (computer science)#Mathematics|guards]]
<syntaxhighlight lang="elixir">
▲ def fib(1), do: 1
</syntaxhighlight>
|