> (de mylet ("Val" "Var" . "Args")
> =C2=A0=C2=A0 =C2=A0(bind (cons (cons "Val" (eval "Var")))
> =C2=A0=C2=A0 =C2=A0 =C2=A0 (run (cddr "Args")) ) )
Sorry, that should have read:
(de mylet ("Val" "Var" . "Body")
(bind (cons (cons "Val" (eval "Var")))
(run "Body") ) )
Now it's even shorter! ^_^
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
