Hi! Thanks for your reply.
> (define (f-recur x y) > (cond ((< x 1) > 10) > (else > ... something complex > (f-recur x' y')))) > Can I have any statements in this block that I could have in a (define ...) block? Can I have (defines ) for example? Thanks! -Kaushik -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.