-
Notifications
You must be signed in to change notification settings - Fork 89
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