Message 1 of 15
Function names as variables

Not applicable
03-20-2000
03:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd appreciate an opinion on the topic of function names.
I've picked up some vague ideas I'd like to be more sure
of.
1. Is a function name actually a global variable unless it's
declared local somehow?
2. If so, would it best be declared local, and is that easily
done? How?
3. (Alternatively, if a function name is left global, then when a
program ends, presumably this function should be set nil?)
I've wondering if I've rarely seen function names handled like
variables because either:
- I've seen mostly sample routines, in which every tedious
propriety isn't followed
- or it it's not that important
Joe "Blow" Funk
I've picked up some vague ideas I'd like to be more sure
of.
1. Is a function name actually a global variable unless it's
declared local somehow?
2. If so, would it best be declared local, and is that easily
done? How?
3. (Alternatively, if a function name is left global, then when a
program ends, presumably this function should be set nil?)
I've wondering if I've rarely seen function names handled like
variables because either:
- I've seen mostly sample routines, in which every tedious
propriety isn't followed
- or it it's not that important
Joe "Blow" Funk