Talk:Ada (programming language): Difference between revisions

Content deleted Content added
Line 59:
 
: Most of the section concerning comments is poorly worded, IMO. Parts of it are obviously incorrect. For example, how can one line comments be nested??? [[Special:Contributions/207.225.245.125|207.225.245.125]] ([[User talk:207.225.245.125|talk]]) 05:55, 4 March 2018 (UTC)
 
: You can nest single-line comments by adding a comment marker to the start of the line, so you can comment out lines without worrying about existing comments.
: If you're feeding the wrong encoding into your compiler, there's your bug. I don't know how a trailing é (in UTF-8 16#c3# 16#a9#, or misinterpreted as Latin-1, "é") could cause the compiler to not see the end of line, though.--[[User:Prosfilaes|Prosfilaes]] ([[User talk:Prosfilaes|talk]]) 06:48, 4 March 2018 (UTC)