switch(<variable here>) { case <value 1>: <do this>; break; case <value 2>: <do this>; break; default: <do this>; }