elixir string concatination code example Example: elixir string concatination iex> "foo" <> "bar" "foobar"