Files
phptimerboard2/vendor/scrivo/highlight.php/test/markup/elixir/function-title.txt
2019-09-29 19:47:00 -05:00

16 lines
120 B
Plaintext
Vendored

def f do
:ok
end
def f(list) do
:ok
end
def f :clear, list do
:ok
end
def f!, do: IO.puts "hello world"
x = 5