1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-13 01:43:50 +03:00

Implement not in MAL

This commit is contained in:
Iqbal Ansari 2016-08-19 00:30:02 +05:30
parent b5af03eea3
commit 460d52f828

View File

@ -127,6 +127,8 @@
"~a"
condition))))
(rep "(def! not (fn* (a) (if a false true)))")
(defun readline (prompt &optional (in-stream *standard-input*) (out-stream *standard-output*))
(format out-stream prompt)
(force-output out-stream)