Titan



group


In the module definitions part, definitions can be collected in named groups.

TITAN specific restriction compared to the standard:

  •  The selective import of groups is not implemented. The keyword import is always treated as if it were import all.

Related keywords:


group group_identifier{  definitions } [ with attributes ]


Example

group Skupina {
   type enumerated Examplh {pondeli, utery, streda}
}

The group Skupina contains one type definition (Examplh).



BNF definition of group