So what's the difference between these two? Felix doesn't seem to like 
it if I do this:

file1.flx:
#import <flx.flxh>

val x = 1;


file2.flx:
#import <flx.flxh>
#import "file1.flx"

print x; endl;


Of course, using "#include" works. So what is the difference? Is #import 
essentially doing a textual inclusion, and #include just referencing the 
file, which allows multiple references? If this is the case, this 
appears to be the opposite to what msvc has, where #import is a 
reference, and #include textually includes the code.

Finally, would we gain back the '#' character if we just had "import" 
and "include"? Finally finally, do we even need textual inclusion? 
Something like that could be done with an external program. How often is 
it used?

-e

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to