| ... | @@ -999,7 +999,8 @@ pub fn main() void { | ... | @@ -999,7 +999,8 @@ pub fn main() void { |
| 999 | </p> | 999 | </p> |
| 1000 | <p> | 1000 | <p> |
| 1001 | In {#link|Debug#} mode, Zig writes {#syntax#}0xaa{#endsyntax#} bytes to undefined memory. This is to catch | 1001 | In {#link|Debug#} mode, Zig writes {#syntax#}0xaa{#endsyntax#} bytes to undefined memory. This is to catch |
| 1002 | bugs early, and to help detect use of undefined memory in a debugger. | 1002 | bugs early, and to help detect use of undefined memory in a debugger. However, this behavior is only an |
| | 1003 | implementation feature, not a language semantic, so it is not guaranteed to be observable to code. |
| 1003 | </p> | 1004 | </p> |
| 1004 | {#header_close#} | 1005 | {#header_close#} |
| 1005 | {#header_close#} | 1006 | {#header_close#} |