Re: help with include files
- Posted by David Cuny <dcuny at LANSET.COM> May 19, 1998
- 651 views
The Rev. Ferlin Scarborough wrote: >What I am trying to do now is to modify a program to use a certain >include file based on the value of a global sequence which may be >changed by the user while running the program. In addition to Robert's suggestion, you could also try my pre-processor (PP). Among the many features in it is a "conditional compilation" directive #if ... #else ... #end if. PP takes files ending with .p and .pp as extensions, and creates .e and .ex files. You can include code or include comments within these directives. You can find PP in the Euphoria Archive, at http://members.aol.com/FilesEu/exestuff.htm. -- David Cuny