elixir eval ast code example Example: elixir eval ast ast = quote do: IO.puts 1 + 10 * 2 Code.eval_quoted(ast) // 21 // {:ok, []}