Files
coffeescript/test/fixtures/execution/test_literals.coffee

3 lines
49 B
CoffeeScript

a: [(x => x), (x => x * x)]
print(a.length is 2)