[osflash] MTASC and class variable assignments with commas

Nicolas Cannasse ncannasse at motion-twin.com
Wed Oct 18 12:00:28 EDT 2006


> Is this a good place for MTASC questions?  If not, where?

Maybe the MTASC list is more appropriate.

The e1,e2,e3 notation is very rarely used by users, and is confusing for
other developers that doesn't know about it. Especially in your case,
you could have write as well the following :

   a_int = a; b_int = b; c_str = c; d_bol = d;

which would have exactly the same effect. That's why MTASC does not
support this syntax and is giving a parse error.

Nicolas



More information about the osflash mailing list