Next: RM A 3 2 49 Ada Characters Handling, Previous: RM 13 13 2 17 Stream Oriented Attributes, Up: Implementation Advice [Contents][Index]
"If an implementation provides additional named predefined integer types, then the names should end with
Integer
as inLong_Integer
. If an implementation provides additional named predefined floating point types, then the names should end withFloat
as inLong_Float
."
Followed.