]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/cookbook/cookbook.factor
Merge branch 'specialized-arrays'
[factor.git] / basis / help / cookbook / cookbook.factor
index 4b806ec8e2c5e9f2b49b2d0a496dbaf0ad67ead6..e72fbb439c125baeb80edb1d09303c890c097bed 100644 (file)
@@ -269,7 +269,7 @@ $nl
 { $heading "Example: ls" }
 "Here is an example implementing a simplified version of the Unix " { $snippet "ls" } " command in Factor:"
 { $code
-    <" USING: command-line namespaces io io.files io.files.listing
+    <" USING: command-line namespaces io io.files tools.files
 sequences kernel ;
 
 command-line get [