switch (variable) { case someCase: { Do stuff here in its own scope } break; }