inl add a b = a + b
inl f = add 1
f 2, f 3
inl f = add c
There's no need for the comma operator in args, comma is to create lists.