jashkenas--coffeescript/documentation/js/expressions_assignment.js

5 lines
92 B
JavaScript

(function(){
var one, six, three, two;
six = (one = 1) + (two = 2) + (three = 3);
})();