]> gitweb.factorcode.org Git - factor.git/blobdiff - README.md
factor: Final rename of ranges words and fix up some using lists
[factor.git] / README.md
index c127539d690d43c3bc290152b0ec5085ae6cf277..94db2d9d2c425ed50017f8d8084768129717befa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Some other simple things you can try in the listener:
 
 { 4 8 15 16 23 42 } [ 2 * ] map .
 
-1000 [1,b] sum .
+1000 [1..b] sum .
 
 4 <iota> [
     "Happy Birthday " write