Re: Namespaces
- Posted by irv mullins <irvm at ellijay.com> Jun 08, 2004
- 673 views
cklester wrote: > > > irv mullins wrote: > > > > > > Hmm. Come to think of it, we could have "merge otherfile.e", which > > would simply insert whatever was in otherfile.e into the code, as well > > as something like "merge otherfile.e as myvar", which would read it > > into an already declared constant or variable. > > uh... say what?
sequence license merge GPL_license.txt as license -- or perhaps better would be: import GPL_license.txt into license puts(1,license)
Irv