Early exit

suggest change
function earlyexit {
    "Hello"
    return
    "World"
}

“Hello” will be placed in the output pipeline, “World” will not

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Return behavior in PowerShell:
* Early exit

Table Of Contents
1 Loops
18 Return behavior in PowerShell
19 XML
22 Strings
25 Aliases
47 MongoDB
65 AWS S3