mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -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);
|
|
})(); |