-
Couldn't load subscription status.
- Fork 90
Conventions (ref)
Alex Zimin edited this page Jul 11, 2011
·
3 revisions
We often use EBNF notation of our own.
answers =
{ '42' }name = 'Douglas' [ 'Noel' ] 'Adams'Douglas Adams or Douglas Noel Adams.
So the middle name is optional.
character =
arthur
| ford
| trillian
| zephod