Hi!

Should this compile?

//---------------------------
#import <flx.flxh>

var a = mkuiv[int](size 10);
a+=1;
a+=2;
print "len a = "; print$ len a; endl;
print "maxlen a = "; print$ maxlen a; endl;
print$ a.[0]; print ","; print a.[1]; endl;
//---------------------------

The compiler complains that mkuiv can't be found.
Hmm...it's probably some silly thing I've missed.

\Klas
-------------------------------------------------------------------------
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