break x -- interrupts execution of a loop, returning x as the value of the loop currently being evaluated. break; -- interrupts execution of a loop, returning null as the value of the function currently being evaluated.
See also: