const PI:Number = 3.14;
PI = 6.28;//Compile error
PI++; //Ok PI = 4.14
* This source code was highlighted with Source Code Highlighter.Что это? :)
upd:
создал bug ASC-4075
так же потом заметил ASC-4074 опередили :)
const PI:Number = 3.14;
PI = 6.28;//Compile error
PI++; //Ok PI = 4.14
* This source code was highlighted with Source Code Highlighter.