Talk:Ada (programming language): Difference between revisions

Content deleted Content added
Line 351:
=== is is needed at all ===
 
I wonder if this is at all needed. It is a detail which language lawyers are interested in - most normal developers never notice the difference between a statement separator and statement terminator as the difference only show in the quality of error message. More important is the null statement which is <code>null;</nullcode> and not <code>;</code>. Also <code>;;</code> is illegal in Ada. --[[User:Krischik|Krischik]]&nbsp;<sup>[[User_talk:Krischik|T]]</sup> 06:48, 26 March 2009 (UTC)