Connected: An Internet Encyclopedia
5.2 Lexical Notes

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1832
Up: 5. THE XDR LANGUAGE SPECIFICATION
Prev: 5.1 Notational Conventions
Next: 5.3 Syntax Information

5.2 Lexical Notes

5.2 Lexical Notes

  1. Comments begin with '/*' and terminate with '*/'.
  2. White space serves to separate items and is otherwise ignored.
  3. An identifier is a letter followed by an optional sequence of letters, digits or underbar ('_'). The case of identifiers is not ignored.
  4. A constant is a sequence of one or more decimal digits, optionally preceded by a minus-sign ('-').


Next: 5.3 Syntax Information

Connected: An Internet Encyclopedia
5.2 Lexical Notes