In looking for array stuff I found this ... could someone explain what 
this is about, 'cause I have no idea!? : )

#import <flx.flxh>
// HACK!
// NOTE: who_cares is now in the library!
// See Typing::memcount.
//
const who_cares[t] : int = "#memcount";
print who_cares[22]; endl;

proc f[t,n] (a:t ^ n) { print who_cares[n]; endl; }
proc f2[t] (a:t) { print who_cares[t]; endl; }
var x: double ^ 42;
f x;
f2 x;

-------------------------------------------------------------------------
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
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to