TERMINATION ... END TERMINATION

C Test Script Language

Syntax

TERMINATION

END TERMINATION

Description

The TERMINATION and END TERMINATION instructions delimit a block of native code that is integrated into the generation process as the last instructions to be executed (last lines of main).

In certain environments (for example, a different target machine), these instructions terminate execution on the target machine.

Associated Rules

A TERMINATION/END TERMINATION block must appear after the BEGIN instruction and outside any SERVICE block.

This block can only contain native code. This code must begin with '#' or '@'.

There is no limit to the number of TERMINATION blocks. They are concatenated at generation.

Related Topics

INITIALIZATION