Source code
Revision control
Copy as Markdown
Other Tools
foo = (n) ->
return "foo" + i for i in [0...n]
[first, second, third] = foo(3)
debugger
foo = (n) ->
return "foo" + i for i in [0...n]
[first, second, third] = foo(3)
debugger