defmodule Play do use Pipette def test() do %{hello: "world"} ~> Map.get(:hello) end end
2025 © Six Colors AB.
Powered by the Erlang VM and the Elixir programming language.