elixir append to list code example Example: HHow to append lists elixir iex(2)> l = [3,5,7,7,8] ++ [3] [3, 5, 7, 7, 8, 3]