Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/elixir/function-title.txt
2021-04-07 19:25:18 -04: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