Main Features Download Documentation Resources

Call Statement

About

Templates use a single section to define the syntax of Call Statements.

Java Example
[Call]
Text = {Name}({Arguments});

Text Key

The text key is used to generate the syntax of the Output Statement.

Fields Contents
{Name} The name of the function
{Arguments} List created using the [Argument] section. Empty if the call contains no arguments. Use the Arguments flag to determine.

The first and last flags can be used if the syntax differs for the first or last statement in the block.

Flags When True
arguments The statement contains 1 or more arguments.
first The statement is the first item in the block.
last The statement is the last item in the block.