your telling it to goto end anywas after the if..

if (blah) { stuff | goto end }
if (blah) { stuff | goto end }
:end

if much diff from

if (blah) { stuff }
if (blah) { stuff }