
MOD 30ML Functions
DISPLAY BLOCK
Display Language Format
The display block display language has the following general format:
Defaults:
{
Event1:
{
Statement1;
. . .
StatementA;
}
. . .
EventX:
{
Statement1;
. . .
StatementB;
}
}
/* This is a comment */
State_1: /* Free comments within the area */
{ /* enclosed by the * and / symbols */
Event1: /* on any line. */
{
Statement1;
. . .
StatementC;
}
. . .
EventY:
{
Statement1;
. . .
StatementD;
}
}
. . .
State_N:
{
Event1:
{
Statement1;
. . .
StatementE;
}
. . .
EventZ:
{
Statement1;
. . .
StatementF;
}
} /* This is a comment */
2-18
Commenti su questo manuale