diff --git a/rand_logic.basinc b/rand_logic.basinc
index 89f2dca..ad67c0e 100644
--- a/rand_logic.basinc
+++ b/rand_logic.basinc
@@ -22,6 +22,9 @@
Symbol rand_var = rand_w_var
random rand_var
Symbol dice_out = dice_var
- let dice_out = rand_w_var // mod_val
+ `You can use '//' instead of '%' for modulus division here
+ `but '%' is used more often in other languages,
+ 'so for consistency is the one I'm using here.
+ let dice_out = rand_w_var % mod_val
#endmacro
#endregion
diff --git a/rand_logic.basinc.settings b/rand_logic.basinc.settings
index 1bc5a4b..99ad65c 100644
--- a/rand_logic.basinc.settings
+++ b/rand_logic.basinc.settings
@@ -7,7 +7,7 @@
0
0
- 773
+ 1064
0
0
0