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.
1 parent 47ee595 commit b8607bfCopy full SHA for b8607bf
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