Skip to main content

Function

Definition of a user function.

Syntax

Function(Identifier):=Expression

Description

The syntax is different as usual. On the left-hand side of the equal sign, the name of the function and its variables need to be specified. On the right-hand side, the expression of the function. Note the assignation without evaluating symbol :=, instead of the usual assign and evaluating =.

functions.function.calc.png