> `begin` does not create a new continuation frame, so its expressions are in the top-level prompt.
Just a reminder. (begin ...) sometimes is too magical, specialy inside modules. If someone want the nn magical versión, it should be replaced with (let () ...).
1 comment
[ 4.2 ms ] story [ 14.7 ms ] threadJust a reminder. (begin ...) sometimes is too magical, specialy inside modules. If someone want the nn magical versión, it should be replaced with (let () ...).