]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/txon/txon.factor
core: subseq-index? -> subseq-of?
[factor.git] / extra / txon / txon.factor
index f384bbb62d705c7e3f3c1116e94cfbb5e471ea33..0e826b216536ff5a3e8c9c933ddc717bda504d3a 100644 (file)
@@ -42,7 +42,7 @@ DEFER: name/values
 
 : name=value ( string -- remain term )
     [ unicode:blank? ] trim
-    dup ":`" subseq-index? [ (name=value) ] [ f swap ] if ;
+    dup ":`" subseq-of? [ (name=value) ] [ f swap ] if ;
 
 : name/values ( string -- remain terms )
     [ dup { [ empty? not ] [ first CHAR: ` = not ] } 1&& ]