[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Local Function Forward Declarations
- From: Mark Gabby <mwgabby@...>
- Date: Sat, 29 Sep 2012 13:34:12 -0700
OK, I understand now. Thanks for the plentiful assistance from many directions.
I understand why it works this way now and why my second example is saying something valid, but different.
From a readability standpoint, I still don't really like how the "local" tag has to be omitted if you've already declared the variable for a local function, but that's the way the language works.