'switch' operator improvement
Eugen.Konkov at aldec.com
Eugen.Konkov at aldec.com
Sun Oct 21 05:17:38 PDT 2007
switch( obj ) {
case instanceof String:
....
break;
case instanceof Number:
....
break;
}
More information about the Es4-discuss
mailing list