Next: ‘delete’ statement, Previous: Rewrite Statements, Up: Full Syntax Description [Contents][Index]
These take the form
ident ( arg-list )
where ident is the identifier representing the function, and arg-list is a comma-separated list of expressions supplying actual arguments to the function. The number of the expressions must correspond exactly to the number of formal parameters in the function definition. The function that ident references can be either a compiled function or a built-in function.