until maco wip
This commit is contained in:
@@ -78,6 +78,11 @@
|
||||
body
|
||||
))
|
||||
|
||||
(defmacro until (cnd body)
|
||||
(list 'while '(not (eval cnd))
|
||||
body
|
||||
))
|
||||
|
||||
|
||||
; return 1 when list contains item otherwise nil
|
||||
(defn member (lst itm)
|
||||
|
||||
Reference in New Issue
Block a user