Hi, Does mzscheme support docstrings in function definitions? e.g. (define (foo x) "This function does cool things to x." (do-cool-things-to x)) Also, is there a way to extract the name of a function when that function is passed as a parameter to another function? Thanks, Mike