diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ or can be interpreted with the [ABCMachine][abc-github] project. | 'return' [<Expression>] ';' | 'if' '(' <Expression> ')' '{' <CodeBlock> '}' ['else' 'if' '(' <Expression> ')' '{' <CodeBlock> '}']-list - ['else' '{' <CodeBlock> '}'] ';' - | 'while' '(' <Expression> ')' '{' <CodeBlock> '}' ';' + ['else' '{' <CodeBlock> '}'] + | 'while' '(' <Expression> ')' '{' <CodeBlock> '}' | '|~' <MachineCode> <Expression> ::= <Name> |