]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/parser/parser-docs.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / math / parser / parser-docs.factor
index 1d2a24057cd2ac4b807611b7e5759d7e8beaa3f1..bcc75a842aa9b9abd34b3217384e1bde9ab1c45d 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.markup help.syntax math math.private prettyprint
-namespaces strings ;
+namespaces make strings ;
 IN: math.parser
 
 ARTICLE: "number-strings" "Converting between numbers and strings"