<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LINE INPUT is not recognized after a colon"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=47214#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LINE INPUT is not recognized after a colon"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=47214">bug 47214</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>Just a guess:
<a href="https://opengrok.libreoffice.org/xref/core/basic/source/comp/token.cxx?r=e6ab9174#411">https://opengrok.libreoffice.org/xref/core/basic/source/comp/token.cxx?r=e6ab9174#411</a>

the tokens "LINE" and "NAME" are interpreted as symbols like variables 
if the token is not at the very beginning of the file, and the token ":" here
is the case. so in the same way Name Statement as explained at
<a href="https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/name-statement">https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/name-statement</a>
fails too ?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>