Function
Definition of a user function.
Syntax
Function(Identifier):=Expression
Description
The syntax is different as usual. In the left hand side of the equal sign, the name of the function and its variables need to be specified. In the right-hand side, the expression of the function. Note the assignation without evaluating symbol :=
, instead of the usual assign and evaluating =
.
