| ... | @@ -540,7 +540,7 @@ pub fn main() void { | ... | @@ -540,7 +540,7 @@ pub fn main() void { |
| 540 | {#code_end#} | 540 | {#code_end#} |
| 541 | <p> | 541 | <p> |
| 542 | There are no multiline comments in Zig (e.g. like <code class="c">/* */</code> | 542 | There are no multiline comments in Zig (e.g. like <code class="c">/* */</code> |
| 543 | comments in C). This helps allow Zig to have the property that each line | 543 | comments in C). This allows Zig to have the property that each line |
| 544 | of code can be tokenized out of context. | 544 | of code can be tokenized out of context. |
| 545 | </p> | 545 | </p> |
| 546 | {#header_open|Doc Comments#} | 546 | {#header_open|Doc Comments#} |