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

5 lines
98 B
JavaScript

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