|
ENTITY complex_number_literal SUBTYPE OF (generic_literal); real_part : REAL; imag_part : REAL; END_ENTITY; -- complex_number_literal |
Entity data types and their attributesgeneric_expression- simple_generic_expression - generic_literal - complex_number_literal real_part: REAL; imag_part: REAL; |
Global rules for this entity data type- |