mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 11:01:25 -05:00
implemented for-from-to and removed dotted ranges
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user