]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/multiline/multiline.factor
sequences: bound -> index-or-length
[factor.git] / basis / multiline / multiline.factor
index cd33adc9bed15bfeed6982090d646bc5967a301a..975d88493ffbedfda2b83b0db661b455bb4733b5 100644 (file)
@@ -44,7 +44,7 @@ SYNTAX: STRING:
         i text end subseq-index-from [| j |
             i j text subseq % j end length +
         ] [
-            text i bound tail % CHAR: \n ,
+            text i index-or-length tail % CHAR: \n ,
             lexer next-line
             0 end lexer (scan-multiline-string)
         ] if*