We have some code where it would be very useful if we could do a $goto jump during execution.
For example at the beginning read in some data, and if we know there is an issue with the data then do a $goto jump to the end. The conditional would be a scalar value only known during execution.
is this possible?