ELSE             1385 src/actioncompiler/lex.swf4.c { count();	return ELSE;		}
ELSE             1599 src/actioncompiler/lex.swf5.c { count();	return ELSE;		}
ELSE               32 src/actioncompiler/swf4compiler.y %token ELSE
ELSE              204 src/actioncompiler/swf4compiler.y 	: IF '(' FRAMELOADED '(' NUMBER ')' ')' stmt ELSE stmt
ELSE              248 src/actioncompiler/swf4compiler.y 	| IF '(' FRAMELOADED '(' expr ')' ')' stmt ELSE stmt
ELSE              286 src/actioncompiler/swf4compiler.y 	| IF '(' expr ')' stmt ELSE stmt
ELSE               57 src/actioncompiler/swf5compiler.y %token BREAK CONTINUE FUNCTION ELSE SWITCH CASE DEFAULT FOR IN IF WHILE
ELSE              125 src/actioncompiler/swf5compiler.y %nonassoc ELSE
ELSE              417 src/actioncompiler/swf5compiler.y 	: IF '(' expr ')' stmt ELSE stmt