]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/multiline/multiline.factor
sequences: rename subsequence? words to subseq? again.
[factor.git] / basis / multiline / multiline.factor
index a239d1089717f121e02a375c76bc928fa7cb69eb..cd33adc9bed15bfeed6982090d646bc5967a301a 100644 (file)
@@ -41,7 +41,7 @@ SYNTAX: STRING:
 :: (scan-multiline-string) ( i end lexer -- j )
     lexer line-text>> :> text
     lexer still-parsing? [
-        i text end subsequence-starts-from [| j |
+        i text end subseq-index-from [| j |
             i j text subseq % j end length +
         ] [
             text i bound tail % CHAR: \n ,