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
491ad6de95
jashkenas--coffeescript
/
documentation
/
js
/
expressions_assignment.js
5 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
docs for assignment-as-expression
2009-12-25 23:17:34 -08:00
(
function
(
)
{
var
one
,
six
,
three
,
two
;
CoffeeScript 0.5.6
2010-03-23 00:18:50 -04:00
six
=
(
one
=
1
)
+
(
two
=
2
)
+
(
three
=
3
)
;
adding documentation for --stdio
2010-02-24 18:27:10 -05:00
}
)
(
)
;
Copy permalink