Skip to content

Instantly share code, notes, and snippets.

@def-
Created January 23, 2015 19:56
Show Gist options
  • Select an option

  • Save def-/ee4a96fc293c2987ef65 to your computer and use it in GitHub Desktop.

Select an option

Save def-/ee4a96fc293c2987ef65 to your computer and use it in GitHub Desktop.
iterator foobar: int =
yield 1
yield 2
yield 3
for i in foobar():
echo i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment