main

Syntax

main {

statement 1;

...

statement n;

}

Type

FDM Function - Opcode 9 (id = 0)

Parameters

Specifies the default overlay script.

References

SR-INS-002461.

Description

The statements must consist of the on instructions (see on).

Notes

Example

main {
   on MAKING_CALL
   ...
   end
   on NORMAL_RING
   ...
   end
}