I'm in a situation where I'd like to do:
goto %label
and %label is user-input. So it could not exist. Is there a way to validate %label and make sure it is valid? Or should I just catch the error?
goto %label
and %label is user-input. So it could not exist. Is there a way to validate %label and make sure it is valid? Or should I just catch the error?