How to Go perticular line in Code

The only way to “Jump” per se is using If-then-else statements or then begin-end,else begin-end.

If some condition is true or not true you can have it pass over some code.