add begin.
This commit is contained in:
parent
1584bb8701
commit
b3d105ad50
3
scm.mes
3
scm.mes
|
@ -92,3 +92,6 @@
|
|||
(cons 'let (cons (unspecified-bindings bindings '())
|
||||
(append (letrec-setters bindings '())
|
||||
body))) )
|
||||
|
||||
(define (begin . rest)
|
||||
(let () rest))
|
||||
|
|
Loading…
Reference in a new issue