| ... | ... | @@ -1818,7 +1818,7 @@ test "multidimensional arrays" { |
| 1818 | 1818 | |
| 1819 | 1819 | {#header_open|Sentinel-Terminated Arrays#} |
| 1820 | 1820 | <p> |
| 1821 | | The syntax {#syntax#}[N:x]T{#endsyntax#} describes an array which has a sentinel element at the |
| 1821 | The syntax {#syntax#}[N:x]T{#endsyntax#} describes an array which has a sentinel element of value {#syntax#}x{#endsyntax#} at the |
| 1822 | 1822 | index corresponding to {#syntax#}len{#endsyntax#}. |
| 1823 | 1823 | </p> |
| 1824 | 1824 | {#code_begin|test|null_terminated_array#} |