Content deleted Content added
Thumperward (talk | contribs) further archival |
Mitch Ames (talk | contribs) →Ada 2012: new section |
||
Line 73:
: What I said in the edit summary was a little overboard; I said that Ada didn't need a goto statement because it had a while loop and an if-then. In fact, all program control can be implement with loop-end loop and if-thens (no functions necessary). At the same time, if you have code you're converting from a language with gotos to Ada, it's hard for a converter to avoid goto; many Java decompilers don't, despite producing illegal code.
: I don't see any reason why all control structures in Ada shouldn't be mentioned; I can see a reason to drop loop ... end loop, since that's just a while loop, but goto is semantically distinct from the other control structures.--[[User:Prosfilaes|Prosfilaes]] ([[User talk:Prosfilaes|talk]]) 08:35, 30 April 2012 (UTC)
== Ada 2012 ==
[http://www.ada-auth.org/standards/ada12.html Ada 2012] is now available as [http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=61507 ISO/IEC 8652:2012]. [[User:Mitch Ames|Mitch Ames]] ([[User talk:Mitch Ames|talk]]) 10:59, 22 December 2012 (UTC)
|