2Useless
ага так и есть
//======================
a = 5;
b = 6;
c = (a>=b);
d = (
e >=b);
flm: =============================

Код:
movie 'Untitled-1.swf' compressed // flash 6, total frames: 1, frame rate: 12 fps, 550x400 px
frame 0
constants 'a', 'b', 'c', 'd', 'e'
push 'a', 5
setVariable
push 'b', 6
setVariable
push 'c', 'a'
getVariable
push 'b'
getVariable
lessThan
not
setVariable
push 'd', 'e'
getVariable
push 'b'
getVariable
lessThan
not
setVariable
end // of frame 0
end
кстати необъявленная переменная '
e ' тоже забивается в константы, причем если объявление убить то все продожает работать, но мувик становится немного
больше
?!