Label
Label[tag] represents a point in a compound expression to which control can be transferred using Goto.
Examples
Module[{i = 0}, Label[start]; i++; If[i < 5, Goto[start]]; i]Label["myLabel"]Please visit the official Wolfram Language Reference for more details.