Look Up Another Term


Definition: unconditional branch


In programming, a GOTO, BRANCH or JUMP instruction that passes control to a different part of the program. Contrast with conditional branch.