Restart an EA from first line of code

 
Hi,

I understand that there are cycle operators to keep the EA going back till the condition laid becomes true.

But i would like to know like there is “continue” or “break” to break from the cycle operator. Same way is there any operator which sends the operation back to first line of the code from anywhere. (Like the first function of the entire code)

Regards