On 19/06/2009, at 4:15 PM, Erick Tryzelaar wrote:

>>
>> This is already an error, just not a type error.
>
> Oh? It works for me:
>
> val x = 1,2,3;
> println x;
> x.[0] = 0;

As mentioned before, this is just because assignments are hacked.
They're type checked, nothing else. Try this:

        1 = 2;

It fails at C stage.


--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to