Created
May 21, 2019 21:40
-
-
Save LeifAndersen/1b6c019242e3e20cd81f057b5ea1d121 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(for/foldr ([acc '()]) | |
([i (in-range 10)]) | |
#:break (= i 3) | |
i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment