Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LeifAndersen/1b6c019242e3e20cd81f057b5ea1d121 to your computer and use it in GitHub Desktop.
Save LeifAndersen/1b6c019242e3e20cd81f057b5ea1d121 to your computer and use it in GitHub Desktop.
(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