(Arg1,Arg2,Arg3)->[Arg1,Arg2]%% Arguments must be enclosed in `[...]`/fun1%% In function calls parenthesis are optional/mod:fun2/fun3()/fun4(Arg3,_)%% '_' is the placeholder for the return value of a previous call/funff/1%% Inplace function references are supported/funerlang:...