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:



Table Of Contents