Added the README

This commit is contained in:
Gwyn Ciesla 2021-11-11 14:48:35 +00:00
commit 51e8313a09
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# perl-Syntax-Operator-Divides
This module provides an infix operator that implements an integer divides
test which returns true if the lefthand operand is a whole multiple of the
righthand.