myfun
myfun(a = 1, b = 2, c)
a
First argument
b
Second argument
c
Third Argument
a + b + c
myfun(1, 2, 3)