Function-stmts
The function statement begins with the characteristics of a function -- an identifier -- followed by a quantity, enclosed by parentheses, upon which the function acts.
An example of a function statement is:
sum(dataset);
For more on functions in LabTalk, see Functions.