On Sun, May 27, 2012 at 04:49:08AM +1000, john skaller wrote:
> Just running through w3schools javascript tut. In JS
> 
>       "x" + 2 == "x2"
> 
> in Felix, the integer is converted to char 2, then to a one character string 
> and
> concatenated, so
> 
>       "x" + 10
> 
> is the same as
> 
>       "x\n"
> 
> Thinking of changing it. Comments?

"x10" would be considerably less surprising.


    Jeff

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to