diff --git a/Introduction.md b/Introduction.md index 3a9602b..c69d791 100644 --- a/Introduction.md +++ b/Introduction.md @@ -41,7 +41,7 @@ and supports the basic arithemtic operators Just like the print function, all arithmetic operators are entered in prefix notation. Dst also supports the modulo operator, or `%`, which returns -the remainder of integer division. For example, `(% 10 3)` is 1, and `(% 10.5 3)` is +the remainder of division. For example, `(% 10 3)` is 1, and `(% 10.5 3)` is 1.5. The lines that begin with `#` are comments. Dst actually has two "flavors" of numbers; integers and real numbers. Integers are any