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
61705e4d22
jashkenas--coffeescript
/
documentation
/
js
/
comparisons.js
3 lines
95 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ported and regenerated examples.
2010-07-29 00:51:35 -04:00
var
cholesterol
,
healthy
;
cholesterol
=
127
;
redocumenting slices/splices ... issue #833
2010-12-04 12:52:51 -05:00
healthy
=
(
200
>
cholesterol
&&
cholesterol
>
60
)
;
Copy permalink