Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#elixir
Question

Strings in Elixir are delimited by double quotes, and they are encoded in [...]:

Answer
UTF-8

Tags
#elixir
Question

Strings in Elixir are delimited by double quotes, and they are encoded in [...]:

Answer
?

Tags
#elixir
Question

Strings in Elixir are delimited by double quotes, and they are encoded in [...]:

Answer
UTF-8
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Strings in Elixir are delimited by double quotes, and they are encoded in UTF-8:

Original toplevel document

Basic types - The Elixir programming language
or 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

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.