Skip to content

Instantly share code, notes, and snippets.

@devth
Created November 21, 2011 23:13
Show Gist options
  • Save devth/1384308 to your computer and use it in GitHub Desktop.
Save devth/1384308 to your computer and use it in GitHub Desktop.
:&javascript
function foo(a) { console.log(a); }
- for(i <- 1 to 10)
:&javascript
foo(#{i});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment