Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

switch(n){case 1:
Panel
bgColor#add8e6
execute code block 1
break    case 2: 
Panel
bgColor#add8e6
execute code block 2
breakdefault: 
Panel
bgColor#add8e6
code to be executed if n is
different from case 1 and 2

}