<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>On 28.03.2022 22:43, Roman Haefeli wrote:<br>
    </p>
    <blockquote type="cite"
      cite="mid:8aa32a52443281fdb241b25e9ff18bc9723fe26f.camel@gmail.com">
      <pre class="moz-quote-pre" wrap="">```
eins;
zwei;
drei, vier;
fuenf;
``` 

[text size] returns 5. [2(-[text get] returns 'symbol drei'. The
message after that is accessed with [3(-[text get]. </pre>
    </blockquote>
    <p>Wow, you're right of course! *big facepalm* In all these years I
      never realized that comma seperate messages count as seperate
      "lines"!</p>
    <p>The documentation of [text] only always speaks of "lines" and one
      would think that "line" would mean, well, "line of text".<br>
    </p>
    <p>From [text get]:</p>
    <pre>"text get" reads the nth line from the named text and outputs it.</pre>
    <p>From [text size]:</p>
    <pre>"text size" reports the number of lines in the text or the length of a specified line.</pre>
    <p>How am I supposed to know that</p>
    <pre>1 2 3, a b c, foo bar baz;</pre>
    <p>actually counts as 3 "lines"?<br>
    </p>
    <p>I think a more proper term would be "message". I think the
      documentation has to be improved. @porres to the rescue!! :-)</p>
    <p>Christof<br>
    </p>
    <p> <br>
    </p>
  </body>
</html>