are you thinking something like this

if(condition is satgisfied) goto nextstep
(nextstep is only an example)

some where below there should be a statement

nexstep:
(note colon at the end of nextstep)