<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Basic IDE: watching of variable not working if variable is returning value of function"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=57308#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Basic IDE: watching of variable not working if variable is returning value of function"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=57308">bug 57308</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>' As Subroutine name is added to the public variable list, the following code
runs without errors.

Option Explicit

Sub Recursive() As Integer

End Sub 

Sub Main()
        Recursive = 1
End Sub</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>