CommentsLexical IssuesConstantsWhite Space

White Space

Space characters and tabs are considered white space characters. Their presence is ignored except in character constants and in cases where they terminate an identifier or integer constant. Newlines are also considered space characters with the further restriction that no lexical item can contain a newline character.


Computer Science 434
Department of Computer Science
Williams College

CommentsLexical IssuesConstantsWhite Space