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