implemented for-from-to and removed dotted ranges

This commit is contained in:
satyr
2010-10-13 13:53:56 +09:00
parent 2f7c076a50
commit bd10c2f828
21 changed files with 582 additions and 877 deletions

View File

@@ -1,6 +1,6 @@
{starts, ends, compact, count, merge, extend, flatten, del, last} = CoffeeScript.helpers
array = [0..4]
array = [0, 1, 2, 3, 4]
string = array.join ''
object = {}