switch ($variable) {
case $option1:
//Code here
break;
case $option2:
//Code here
break;
default:
//Code here
break;
}
After:
what_about (£variable){
perhaps £possibility://Code here
splendid;
perhaps £other_possibility://Code here
splendid;
on_the_off_chance://Code here
splendid;}
what_about (£variable) {
perhaps £possibility:
//Code here
splendid;
perhaps £other_possibility:
//Code here
splendid;
on_the_off_chance:
//Code here
splendid;
}