From 0a71e64668a97e7fa081f477e31dbce8749e8fd2 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 18 May 2018 21:33:55 -0400 Subject: [PATCH] Updated Introduction (markdown) --- Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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