mirror of
https://github.com/kanaka/mal.git
synced 2024-11-14 11:36:18 +03:00
Implement not
in MAL
This commit is contained in:
parent
b5af03eea3
commit
460d52f828
@ -127,6 +127,8 @@
|
|||||||
"~a"
|
"~a"
|
||||||
condition))))
|
condition))))
|
||||||
|
|
||||||
|
(rep "(def! not (fn* (a) (if a false true)))")
|
||||||
|
|
||||||
(defun readline (prompt &optional (in-stream *standard-input*) (out-stream *standard-output*))
|
(defun readline (prompt &optional (in-stream *standard-input*) (out-stream *standard-output*))
|
||||||
(format out-stream prompt)
|
(format out-stream prompt)
|
||||||
(force-output out-stream)
|
(force-output out-stream)
|
||||||
|
Loading…
Reference in New Issue
Block a user