mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
(function(){
|
|
var one, six, three, two;
|
|
six = ((one = 1)) + ((two = 2)) + ((three = 3));
|
|
})(); |