CASE             1244 lib/action/lex.swf5.c { count();	return CASE;		}
CASE               45 lib/action/swf5compiler.y %token BREAK CONTINUE FUNCTION ELSE SWITCH CASE DEFAULT FOR IN IF WHILE
CASE              297 lib/action/swf5compiler.y 	: CASE expr ':' stmts BREAK ';'
CASE              302 lib/action/swf5compiler.y 	| CASE expr ':' stmts