lars: If und switch verschachteln?

Beitrag lesen

will auch noch meinen senf abgeben:

switch (wlayer){
case "top1":
move ('bottom1',125,25);
move ('top2',225,125);
move ('top3',250,150);
ams="";
break;
(...)
}

...da fehlen noch klammern "()" und "{}":

switch (){
  case ():{
  }
}

gruß lars