function-title.txt 120 B

123456789101112131415
  1. def f do
  2. :ok
  3. end
  4. def f(list) do
  5. :ok
  6. end
  7. def f :clear, list do
  8. :ok
  9. end
  10. def f!, do: IO.puts "hello world"
  11. x = 5