Skip to content

Commit 217a129

Browse files
authored
Merge pull request #494 from per1234/improve-goto-example
Add comment to goto example code to indicate that a label must be followed by a statement
2 parents 633ff24 + 3372ff7 commit 217a129

File tree

1 file changed

+1
-0
lines changed
  • Language/Structure/Control Structure

1 file changed

+1
-0
lines changed

Language/Structure/Control Structure/goto.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ for(byte r = 0; r < 255; r++){
5555
}
5656
5757
bailout:
58+
// more statements ...
5859
----
5960
[%hardbreaks]
6061

0 commit comments

Comments
 (0)