From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!mcvax!enea!sommar From: sommar@enea.se (Erland Sommarskog) Newsgroups: comp.lang.ada Subject: Re: Ada and the infamous goto Message-ID: <4253@enea.se> Date: 19 Jan 89 22:37:13 GMT Organization: ENEA DATA AB, Sweden List-Id: >Speaking of the non-goto rationale behind Ada, can anyone tell me >why Ada has a goto statement?? (See LRM 5.9...) The Rationale for >the Design of Ada conveniently fails to discuss it. Besides automatic translation from other 3rd generation langauges that were mentioned, we also have the case of kinds automatically generated code which could be easier to produce. (SQL-Ada maybe?) Thus, code that is never to be looked at or maintained. (Well, it's probably looked at in the debugger.) Just because it's there, you don't have to use it. -- Erland Sommarskog ENEA Data, Stockholm This signature is not to be quoted. sommar@enea.se