next up previous contents
Next: Expressions Up: Syntax Previous: Lexical tokens   Contents

Identifiers

The grammar rules for an identifier is as follows:


		 id:: 				          atom

$\vert$ id . atom
$\vert$ id . [ expr ]



2002-10-28