|
ENTITY Concat_expression SUBTYPE OF (String_expression, Multiple_arity_generic_expression); SELF\Multiple_arity_generic_expression.operands : LIST [2:?] OF String_expression; END_ENTITY; -- Concat_expression |
Entity data types and their attributesGeneric_expression- Expression - String_expression - Multiple_arity_generic_expression operands: LIST [2:?] OF Generic_expression; Concat_expression (RT) operands: LIST [2:?] OF String_expression; |
Global rules for this entity data type- |