Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Add Modulo (%) operator #133

Open
wants to merge 1 commit into
base: 1.15-2.0
Choose a base branch
from

Conversation

sisby-folk
Copy link
Contributor

Closes #132.

Adds ModuloDollarOperator, a binary operator matching %.

Utilises the added NumberUtil.remainder() function.

Both are almost identical to Quotient, but use % instead of /.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement modulo (%) operator on v2
1 participant