Skip to content

Instantly share code, notes, and snippets.

@redsquirrel
Created May 26, 2010 03:22
Show Gist options
  • Save redsquirrel/414017 to your computer and use it in GitHub Desktop.
Save redsquirrel/414017 to your computer and use it in GitHub Desktop.
sys = require('sys'); // if you remove this semicolon, the script bombs...
["foo", "bar"].forEach(function(n) { sys.puts(n) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment