A kind of computer programming style whose flow of logic is laden with unconditional branches, or jumps to other parts of the program, which creates confusion.
Don't use too many "go to" command in your program, or it will become too spaghetti-ish to figure the logic.