From Jason Turner

[stmt.cont]

Diff to HTML by rtfpessoa

tmp/tmp34w0m4t0/{from.md → to.md} RENAMED
@@ -31,7 +31,7 @@ for (;;) {
31
  contin: ;
32
  }
33
  ```
34
 
35
  a `continue` not contained in an enclosed iteration statement is
36
- equivalent to `goto` `contin`.
37
 
 
31
  contin: ;
32
  }
33
  ```
34
 
35
  a `continue` not contained in an enclosed iteration statement is
36
+ equivalent to `goto` *`contin`*.
37