Use fall-through to refer to an idiom where a multi-way branch statement (such as a switch statement in C) intentionally enters the next branch after completing the current one (falling through to the next case).