Labels can be expanded by the statement of a parameter list in clinging also to functions. For this the function label must be followed by a parameter list in clinging „(,)", which holds the labels for the parameters. These parameters may occur then in the function (letter manner, like in other labels, in angular clinging „[,]"). These functions can then be called by the label of the function in angular clinging, followed by the parameter list in round clinging. The parameter list may NOT stand in angular clinging!!
In the parameter list, the label can be written also without the angular clinging if they do not contain irregular characters like clinging, semicolon or similar. Maximally 10 parameters can be processed.
Examples:
Test(A;B) = [A]*[B]
Erg = [Test](5;4)
Function Erg gives result 5*4 = 20.
Test1(A;B) = [A]/[B]
Erg1 = [Test1](7;2)
Function Erg1 gives result 7/2 = 3,5.