13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix A GrammarA. GrammarThis clause is informative.This appendix contains summaries of the lexical and syntactic grammars found in the main document, and of thegrammar extensions for unsafe code. Grammar productions appear here in the same order that they appear in themain document.A.1 Lexical grammarinput::input-section optinput-section::input-section-partinput-section input-section-partinput-section-part::input-elements opt new-linepp-directiveinput-elements::input-elementinput-elements input-elementinput-element::whitespacecommenttokenA.1.1 Line terminatorsnew-line::Carriage return character (U+000D)Line feed character (U+000A)Carriage return character (U+000D) followed by line feed character (U+000A)Next line character (U+0085)Line separator character (U+2028)Paragraph separator character (U+2029)A.1.2 White spacewhitespace::Any character with Unicode class ZsHorizontal tab character (U+0009)Vertical tab character (U+000B)Form feed character (U+000C)A.1.3 Commentscomment::single-line-commentdelimited-commentsingle-line-comment::// input-characters opt335

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!