What are boolean values in Elixir?

What are boolean values in Elixir?

The two boolean values are:

iex> true
true
iex> false
false

Comments

Popular posts from this blog

Vim vi how to reload a file your editing