From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 12 Feb 93 22:58:21 GMT From: eachus@mitre-bedford.arpa (Robert I. Eachus) Subject: Re: What's the difference between... Message-ID: List-Id: A value of the subtype can be assigned to variable of type STANDARD.INTEGER, a value of the type cannot. (Unless you do an explicit conversion.) The principal advantage to using many different integer types is that the compiler will prevent you from accidently assigning Apples to Oranges. Some people object to all those #$@#%*! messages from the compiler, but software engineers know that it saves a lot of money to find the bugs as early as possible. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...