Skip to content

Instantly share code, notes, and snippets.

@ycros
Created October 18, 2010 17:42
Show Gist options
  • Save ycros/632645 to your computer and use it in GitHub Desktop.
Save ycros/632645 to your computer and use it in GitHub Desktop.
main: func {
foo := "pants"
for (elem in foo findAll("a")) {
foo := "meep"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment