Re: include files
- Posted by irv Dec 01, 2010
- 1244 views
Once you
include file.e
Then you can access functions, procedures, constants, types and variables in file.e which are declared as "global". Others, declared without the "global", aren't visible outside file.e