How do I return from a function before reaching the last form in standard Racket? That can be useful to avoid another level of indentation and form nesting.
In Common Lisp there is return, a specialized form of return-from. Any equivalent in Racket, at least for return only?