Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ even pass control across script and function call boundaries.

## Using `break` in a `switch` statement

In a `switch`construct, `break` causes PowerShell to exit the `switch` code
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
block.

The `break` keyword is used to leave the `switch` construct. For example, the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ even pass control across script and function call boundaries.

## Using `break` in a `switch` statement

In a `switch`construct, `break` causes PowerShell to exit the `switch` code
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
block.

The `break` keyword is used to leave the `switch` construct. For example, the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ even pass control across script and function call boundaries.

## Using `break` in a `switch` statement

In a `switch`construct, `break` causes PowerShell to exit the `switch` code
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
block.

The `break` keyword is used to leave the `switch` construct. For example, the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ even pass control across script and function call boundaries.

## Using `break` in a `switch` statement

In a `switch`construct, `break` causes PowerShell to exit the `switch` code
In a `switch` construct, `break` causes PowerShell to exit the `switch` code
block.

The `break` keyword is used to leave the `switch` construct. For example, the
Expand Down
Loading