3.12.6.1 Syntax for functions

The sign used to introduce a function is the question mark: "?" (without quotes).

After the sign, you must enter the name of the function followed by the arguments the function requires, e.g.:

?add(arg1,arg2)

The arguments are separated by commas and are placed within round brackets.



Copyright BREDEX GmbH 2012. Made available under the Eclipse Public License v1.0.