Micromod MOD: 30ML Functions Data Base Reference Manual do Utilizador Página 26

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 152
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 25
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
Vista de página 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 151 152

Comentários a estes Manuais

Sem comentários