]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/websites/factorcode/examples.txt
factor: Move math.ranges => ranges.
[factor.git] / extra / websites / factorcode / examples.txt
index b9be294da66fdc28b9aa5a23354e4b4589905da7..3d78df1a66ba550e81bf024dd41e761f0a68f95d 100644 (file)
@@ -87,7 +87,7 @@ ascii file-lines { "%" } split random
 [ print ] each
 ----
 USING: combinators io kernel locals
-math.functions math.parser math.ranges
+math.functions math.parser ranges
 sequences ;
 
 100 [1,b] [| i |