We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0083838 + b8607bf commit 6ba50a0Copy full SHA for 6ba50a0
1 file changed
docs/goto.md
@@ -23,7 +23,7 @@ You can't GOTO into a function or sub.
23
40 GOTO 20
24
```
25
26
-This will `This is executed before END` and then jump into
+This will print `This is executed before END` and then jump into
27
line 20, finishing the program.
28
29
0 commit comments