DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(r5rs.info.gz) Lexical conventions

Info Catalog (r5rs.info.gz) Overview of Scheme (r5rs.info.gz) Top (r5rs.info.gz) Basic concepts
 
 2 Lexical conventions
 *********************
 

Menu

 
* Identifiers
* Whitespace and comments
* Other notations
 
 This section gives an informal account of some of the lexical
 conventions used in writing Scheme programs.  For a formal syntax of
 Scheme, see section  Formal syntax.
 
 Upper and lower case forms of a letter are never distinguished except
 within character and string constants.  For example, `Foo' is the same
 identifier as `FOO', and #x1AB is the same number as #X1ab.
 
Info Catalog (r5rs.info.gz) Overview of Scheme (r5rs.info.gz) Top (r5rs.info.gz) Basic concepts
automatically generated byinfo2html