Syntax

	myFunction(a, b, c)

Description

A description of the function

Parameters

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

Return value

Type: Number/String/Boolean/Business Object/Set

A description of what is returned.

Examples

Example 1

	myFunction(a, b, c);

Output:: Hello world!

If necessary an explanation of the example.

Example 2

	myFunction(a, b, c);

Output: Hello world!

If necessary an explanation of the example