...

/

Implementing an if Statement

Implementing an if Statement

Learn the implementation of the 'if' statement in Elixir.

We'll cover the following...

Introduction

Have you ever felt frustrated that a language didn’t have just the right feature for some code you were writing? Or have you found yourself repeating chunks of code that weren’t amenable to factoring into functions? Have you just wished you could ...