next up previous
Next: Productions from 14: Blocks Up: Phrase Structure Previous: Productions from 9.1: Interface

Productions from 10: Arrays

Productions from 10: Arrays[50]:

ArrayInitializer:
  '{' Initializers '}' .
  
Initializers: [InitializerList] [','] .

InitializerList:
  Initializer /
  InitializerList ',' Initializer .
This macro is invoked in definition 38.



2008-09-11