michael@0: foo = (n) -> michael@0: return "foo" + i for i in [0...n] michael@0: michael@0: [first, second, third] = foo(3) michael@0: michael@0: debugger