This commit is contained in:
jusax23 2022-10-22 00:14:45 +02:00
parent f4895b34bd
commit f30f94a652

View file

@ -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]