What is the shortcut notation for entering octal numbers in Elixir
Answer
0o1234567
Tags
#elixir
Question
What is the shortcut notation for entering octal numbers in Elixir
Answer
?
Tags
#elixir
Question
What is the shortcut notation for entering octal numbers in Elixir
Answer
0o1234567
If you want to change selection, open document below and click on "Move attachment"
Basic types - The Elixir programming language ast one argument. This feature gives a cleaner syntax when writing declarations and control-flow constructs. However, Elixir developers generally prefer to use parentheses. Elixir also supports <span>shortcut notations for entering binary, octal, and hexadecimal numbers: iex> 0b1010 10 iex> 0o777 511 iex> 0x1F 31 Float numbers require a dot followed by at least one digit and also support e for scientific notatio
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised 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.