Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Last Altered:
Operator [other Operator type actions]
Document [operators of similar scope]
Data manipulation [other Data manipulation operators]
Baseline
As at baseline
return
The return operator is only used inside a function, and if used is used only once per function operator call. It returns a value to return to the calling object. See further explanation of its use and how the return value is coded; essentially it is evaluated the rest of the current line of code and returns the value arising.