DEV Community

Discussion on: Elixir's If and Elixir's Do

Collapse
 
davearonson profile image
Dave Aronson

You can take it a bit farther, too, with something like:

if false, do: "hello world", else: "goodbye world"

This makes it even more obviously a keyword list.