From Jason Turner

[stmt.goto]

Diff to HTML by rtfpessoa

tmp/tmps_9qymdg/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
  ### The `goto` statement <a id="stmt.goto">[[stmt.goto]]</a>
2
 
3
  The `goto` statement unconditionally transfers control to the statement
4
- labeled by the identifier. The identifier shall be a label (
5
- [[stmt.label]]) located in the current function.
6
 
 
1
  ### The `goto` statement <a id="stmt.goto">[[stmt.goto]]</a>
2
 
3
  The `goto` statement unconditionally transfers control to the statement
4
+ labeled by the identifier. The identifier shall be a label
5
+ [[stmt.label]] located in the current function.
6