xprop.js (109B)
1 function xprop() 2 { 3 a = 0; 4 for (var i = 0; i < 20; i++) 5 a += 7; 6 return a; 7 } 8 assertEq(xprop(), 140);