Skip to content

Instantly share code, notes, and snippets.

@Varriount
Created July 20, 2019 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Varriount/b0356f12e572ad79b78350d4be5941d1 to your computer and use it in GitHub Desktop.
Save Varriount/b0356f12e572ad79b78350d4be5941d1 to your computer and use it in GitHub Desktop.
iterator foo(a, b: int): int
iterator foo(a, b: int): int =
for x in a..b:
yield x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment