Dear all, I don't understand this behaviour:
> (define k #f) > (begin (let/cc out (set! k out)) 5) 5 > (k #f) #f > (let () (let/cc out (set! k out)) 5) 5 > (k #f) 5 Does begin something special regarding continuation? Best regards, Nicolas.
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users