escape-strings: fix using
parent
b644ec6818
commit
3a430c4dae
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2017 John Benediktsson, Doug Coleman.
|
! Copyright (C) 2017 John Benediktsson, Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: assocs combinators kernel math math.order
|
USING: ascii assocs combinators kernel math math.order
|
||||||
math.statistics sequences sets ;
|
math.statistics sequences sets strings ;
|
||||||
IN: escape-strings
|
IN: escape-strings
|
||||||
|
|
||||||
: find-escapes ( str -- set )
|
: find-escapes ( str -- set )
|
||||||
|
|
Loading…
Reference in New Issue