Updated VVhitespace's modulo function to always return positive values.
[vvhitespace] / reference.md
index 411605c..99b4ffe 100644 (file)
@@ -66,7 +66,7 @@ the IMP [Space]. There are four stack instructions.
 
 Arithmetic commands operate on the top two items on the stack, and replace them
 with the result of the operation. The first item pushed is considered to be
 
 Arithmetic commands operate on the top two items on the stack, and replace them
 with the result of the operation. The first item pushed is considered to be
-left of the operator.
+left of the operator. The modulo command will always return a positive result.
 
 | Command        | Params | Meaning          |
 | :------------- | :----- | :--------------- |
 
 | Command        | Params | Meaning          |
 | :------------- | :----- | :--------------- |