Mehrfach-Verzweigung

switch (e) {
   case c1 : s1 ; 
   case c2 : s2 ;
   [ default : sn; ]
}

Designfragen:



Johannes Waldmann 2011-01-18