Documentation for infix %%
assembled from the following pages:
Language documentation: Operators §
From Operators
(Operators) infix %% §
multi sub infix:<%%>(, --> Bool)
Divisibility operator. Returns True
if $a % $b == 0
.
Documentation for infix %%
assembled from the following pages:
From Operators
multi sub infix:<%%>(, --> Bool)
Divisibility operator. Returns True
if $a % $b == 0
.