mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
// Generated by CoffeeScript 1.11.1
|
|
var one, six, three, two;
|
|
|
|
six = (one = 1) + (two = 2) + (three = 3);
|