if-goto is what it sounds like:

If something is true, goto somewhere else.

For example:

1. ask user for input
2. if invalid input: Goto 1
3. process input