Re: Who's up for a little game?
- Posted by ChrisB (moderator) Jan 14, 2011
- 2981 views
jaygade said...
What do you mean by "global variables" here?
Do you expect include files to be written, or do top-level variables not count as "global" since you've already used them yourself as static variables?
Yes, this brings back memories.
Uuummmm - only std includes, and no top level, within the above, program variables, ie, all declared variables, must reside within the functions / procedures, and must be explicitly passed between functions / procedures.
Jaygades function added.