#elixir
Strings in Elixir are delimited by double quotes, and they are encoded in UTF-8:
If you want to change selection, open document below and click on "Move attachment"
Basic types - The Elixir programming languageor the atoms false, true and nil. Finally, Elixir has a construct called aliases which we will explore later. Aliases start in upper case and are also atoms: iex> is_atom(Hello) true Strings <span>Strings in Elixir are delimited by double quotes, and they are encoded in UTF-8: iex> "hellö" "hellö" Note: if you are running on Windows, there is a chance your terminal does not use UTF-8 by default. You can change the encoding of your current session by runnin Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details