/documentation/js/expressions_assignment.js
http://github.com/jashkenas/coffee-script · JavaScript · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · d668b24f1a7b6ee6d098f169f3b606d7 MD5 · raw file
- // Generated by CoffeeScript 1.10.0
- var one, six, three, two;
- six = (one = 1) + (two = 2) + (three = 3);