Re: Local Function Forward Declarations
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Local Function Forward Declarations
- From: Mark Gabby <mwgabby@...>
- Date: 2012年9月29日 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.