Cicode Programming Reference > Writing Functions > Cicode Function Syntax

Cicode Function Syntax

Note: In the following function syntax example:

Cicode functions have the following syntax:

[ <Scope> ]
[ <ReturnDataType> ]
FUNCTION
<FunctionName> ( <Arguments> )
<Statement> ;
<Statement> ;
<Statement> ;
RETURN <ReturnValue> ;
END

where: