myFunction(a, b, c)
A description of the function
| Name | Type | Description | Mandatory | Default |
|---|---|---|---|---|
| Parameter 1 | Number/String/Boolean/Business Object/Set/Function | Description of the parameter | yes/no | |
| Parameter 2 | Number/String/Boolean/Business Object/Set/Function | Description of the parameter | yes/no |
Type: Number/String/Boolean/Business Object/Set
A description of what is returned.
myFunction(a, b, c);
Output:: Hello world!
If necessary an explanation of the example.
myFunction(a, b, c);
Output: Hello world!
If necessary an explanation of the example