Y
Hacker News
new
|
ask
|
show
|
jobs
by
cpurdy
1251 days ago
Ecstasy uses % for modulo, and /% for divrem (division and remainder). So "a = b % c" for calculating the modulo, but "(a, r) = b /% c" to get the divisor and remainder.