Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Altered:
Function [other Function type actions]
Document [operators of similar scope]
Data manipulation [other Data manipulation operators]
9.1.0
function fName(argument1, argument2, …){code}
New to v9.1.0, this defines a new user-defined 'function'. A function is called by its name (here fName) and defined as described in detail here.
As functions are more complex than other operators, their syntax and use is described in Functions and its sub-notes: