From f30f94a652360da798a12def5b8ca2d2ed4c26bf Mon Sep 17 00:00:00 2001 From: jusax23 Date: Sat, 22 Oct 2022 00:14:45 +0200 Subject: [PATCH] fix --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]