back to old version of foreach
svn: r4861
This commit is contained in:
parent
4e1276dd58
commit
8e95c4ec7b
|
@ -218,6 +218,8 @@ exec mred -u "$0" "$@"
|
|||
[(_ name test)
|
||||
(syntax/loc stx (add-test `name (lambda () test)))]))
|
||||
|
||||
;; Eli can't help adding his own convenient but complex syntax here (JBC, 2006-11-14):
|
||||
|
||||
(define-syntax (t stx)
|
||||
(define (split l)
|
||||
(let loop ([l l] [r '()])
|
||||
|
@ -821,7 +823,8 @@ exec mred -u "$0" "$@"
|
|||
(before-after ((define f_0 (lambda (x) (+ x 13))) (define a (hilite f_0)))
|
||||
((define f_0 (lambda (x) (+ x 13))) (define a (hilite (lambda (x) (+ x 13))))))
|
||||
(finished-stepping))))
|
||||
;;;;;;;;;;;;;
|
||||
|
||||
;;;;;;;;;;;;;
|
||||
;;
|
||||
;; LET*
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user