X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fwrap%2Fstrings%2Fstrings.factor;h=56863cdddaf8585e6f43e19684cf70aad3d00bac;hp=ea5c47ea06c8ef80957e3bff60bd42ab1ef9dae9;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/wrap/strings/strings.factor b/basis/wrap/strings/strings.factor index ea5c47ea06..56863cddda 100644 --- a/basis/wrap/strings/strings.factor +++ b/basis/wrap/strings/strings.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2009 Daniel Ehrenberg ! See http://factorcode.org/license.txt for BSD license. -USING: fry kernel math sequences splitting strings wrap ; +USING: kernel math sequences splitting strings wrap ; IN: wrap.strings