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
18Return behavior in PowerShell
19XML