fix
This commit is contained in:
parent
f4895b34bd
commit
f30f94a652
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ This is a simple Commpiler vor lisp to mmix. It uses a custom lisp flavour.
|
||||||
(progn [command] ...)
|
(progn [command] ...)
|
||||||
|
|
||||||
(if [condition] [command])
|
(if [condition] [command])
|
||||||
(if [condition] [command] else [command])
|
(if [condition] [command] [command]) ; then and else
|
||||||
|
|
||||||
(defun [name]:[type]
|
(defun [name]:[type]
|
||||||
[command]
|
[command]
|
||||||
|
|
Loading…
Reference in a new issue