Using sigils in Elixir

ou want to generate a list of words while working with Elixir.

Which of the following sigils can be used to achieve this?

Options
  1. ~c
  2. ~s
  3. ~w
  4. ~r

Related Posts