From ecac79e7d4e83ce728b5eff2a8111f4be50b1d1e Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 20 Apr 2024 08:32:04 +0100 Subject: Added modulo operator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8815658..a6d6214 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Literals include: Operators are functions, that includes: -* `+`, `-`, `*`, `/` +* `+`, `-`, `*`, `/`, `mod` * `>`, `<`, `>=`, `<=`, `=`, `!=` * `and`, `or`, `not` -- cgit v1.2.3