1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

CoffeeScript 1.11.1

This commit is contained in:
Simon Lydell 2016-10-01 20:58:53 +02:00
parent 809634ba39
commit 8623792bcd
70 changed files with 125 additions and 97 deletions

View file

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.11.0
// Generated by CoffeeScript 1.11.1
var modulo = function(a, b) { return (+a % (b = +b) + b) % b; };
-7 % 5 === -2;