Call expressions

Call a function with arguments using the form F(A1, A2, A3, ...).
Call a function without arguments.
Call a function with an argument.
Call a function value.
Call a method.
Implicit error handling, pass on error to callee.
Capture error, pass it back to callee.
Explicit error handling, shorthand to pass on error to callee.