Documentation for infix %
assembled from the following pages:
Language documentation: Operators §
From Operators
(Operators) infix % §
multi sub infix:<%>(, --> Numeric)
Modulo operator. Coerces to Numeric first.
Generally the following identity holds:
my (, ) = 1,2; % == - floor( / ) *