Skip to content

Instantly share code, notes, and snippets.

@ryanbriones
Forked from redsquirrel/semicolonFTL.js
Created May 26, 2010 03:29
Show Gist options
  • Save ryanbriones/414024 to your computer and use it in GitHub Desktop.
Save ryanbriones/414024 to your computer and use it in GitHub Desktop.
sys = require('sys')
for(var n in ["foo", "bar"]) {
sys.puts(n)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment