diff --git a/doc/langref.html.in b/doc/langref.html.in index 54b923d0d9..b67313bcc1 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -1564,6 +1564,23 @@ const unwrapped = value catch 1234; unwrapped == 1234{#endsyntax#} +
{#syntax#}try a{#endsyntax#}
{#syntax#}a catch |err| return err{#endsyntax#}+
{#syntax#}const value: anyerror!u32 = 5678; +(try value) == 5678{#endsyntax#}+
{#syntax#}a and b{#endsyntax#}
{#syntax#}x() x[] x.y x.* x.? a!b x{} -!x -x -%x ~x &x ?x +!x -x -%x ~x &x ?x try * / % ** *% *| || + - ++ +% -% +| -| << >> <<| @@ -1853,6 +1870,7 @@ x{} == != < > <= >= and or +return break continue = *= *%= *|= /= %= += +%= +|= -= -%= -|= <<= <<|= >>= &= ^= |={#endsyntax#}{#header_close#} {#header_close#}