added null operator to (picrin control list)
This commit is contained in:
parent
f37c88c174
commit
c26fc144f3
|
@ -15,4 +15,7 @@
|
|||
(define (yield x)
|
||||
(list x))
|
||||
|
||||
(export for in yield))
|
||||
(define (null . x)
|
||||
'())
|
||||
|
||||
(export for in yield null))
|
||||
|
|
Loading…
Reference in New Issue