/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

  1. // Generated by CoffeeScript 1.10.0
  2. var one, six, three, two;
  3. six = (one = 1) + (two = 2) + (three = 3);