diff options
Diffstat (limited to 'doc/grammar.txt')
-rw-r--r-- | doc/grammar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grammar.txt b/doc/grammar.txt index 8552c90..d92f1dc 100644 --- a/doc/grammar.txt +++ b/doc/grammar.txt @@ -16,7 +16,7 @@ constant := [ COMMENT ] block := "{" command* "}" -command := block | control | statement +command := block | statement | control control := if | for |