SPC  Version 0.9.5
 All Files Functions Groups Pages
The function call statement

A function call can also be a statement of the following form:

name(arguments);

The arguments list is a comma-separated list of expressions. The number and type of arguments supplied must match the definition of the function itself. Optionally, the return value may be assigned to a variable.