Re: goto / global variables
- Posted by Colin Taylor <71630.1776 at COMPUSERVE.COM> Sep 26, 1997
- 783 views
Craig Gilbert wrote: >Read-only? Isn't that essentially what a 'constant' is? Not exactly. By read-only I meant a local variable which is visible globally. Outside of its scope it could be read but not written to. Colin Taylor