Multiple people have wondered why you cannot use goto without a text. Apparently, you don’t need to, because you can just use branch without a condition. This is not documented.
Expected content
Information is given on how using branch without a condition is treated as goto without text attached.
Describe the issue
Multiple people have wondered why you cannot use
goto
without a text. Apparently, you don’t need to, because you can just usebranch
without a condition. This is not documented.Expected content
Information is given on how using
branch
without a condition is treated asgoto
without text attached.