diff --git a/Readme.md b/Readme.md index 9983a3c..8d6ee34 100644 --- a/Readme.md +++ b/Readme.md @@ -40,7 +40,7 @@ This is a simple Commpiler vor lisp to mmix. It uses a custom lisp flavour. (progn [command] ...) (if [condition] [command]) -(if [condition] [command] else [command]) +(if [condition] [command] [command]) ; then and else (defun [name]:[type] [command]