Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created November 20, 2013 05:20
Show Gist options
  • Save mohayonao/7558135 to your computer and use it in GitHub Desktop.
Save mohayonao/7558135 to your computer and use it in GitHub Desktop.
こう書きたい
Task ->
i = 0
loop
console.log i
1.wait()
.play()
Task ->
for i in [0..10] by 2
console.log i
1.wait()
.play()
Task ->
10.do (i)->
console.log i
1.wait()
.play()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment