aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-04-20 08:32:04 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-04-20 08:32:04 +0100
commitecac79e7d4e83ce728b5eff2a8111f4be50b1d1e (patch)
tree1ad763480f55aca281d7768d4deee526fbd87f2b /README.md
parent044360219f2e4e0b5b5a95cb7ede00753340d61d (diff)
downloadfunco-ecac79e7d4e83ce728b5eff2a8111f4be50b1d1e.tar.gz
funco-ecac79e7d4e83ce728b5eff2a8111f4be50b1d1e.zip
Added modulo operator
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`