diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ or can be interpreted with the [ABCMachine][abc-github] project. | <Expression> ';' | 'return' [<Expression>] ';' | 'if' '(' <Expression> ')' '{' <CodeBlock> '}' + ['else' 'if' '(' <Expression> ')' '{' <CodeBlock> '}']-list ['else' '{' <CodeBlock> '}'] ';' | 'while' '(' <Expression> ')' '{' <CodeBlock> '}' ';' | '|~' <MachineCode> |