This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
jashkenas--coffeescript
Watch
1
Star
0
Fork
You've already forked jashkenas--coffeescript
0
mirror of
https://github.com/jashkenas/coffeescript.git
synced
2022-11-09 12:23:24 -05:00
Code
Releases
Activity
7befbddae2
jashkenas--coffeescript
/
test
/
fixtures
/
execution
/
test_chained_calls.coffee
5 lines
87 B
CoffeeScript
Raw
Normal View
History
Unescape
Escape
moving along with whitespace
2009-12-28 23:08:02 -05:00
identity_wrap:
x
=>
=>
x
added a test to make sure that chained calls work
2009-12-25 10:16:59 -05:00
result:
identity_wrap
(
identity_wrap
(
true
)
)
(
)
(
)
print
(
result
)
Copy permalink