From cbc62662046c321bbdbb9315a3658ee50234033f Mon Sep 17 00:00:00 2001
From: gemmaro
A destructuring expression may only appear within a block (i.e. not at {#link|Namespace#} scope).
The left hand side of the assignment must consist of a comma separated list,
- each element of which may be either an lvalue (for instance, an existing `var`) or a variable declaration:
+ each element of which may be either an lvalue (for instance, an existing {#syntax#}var{#endsyntax#}) or a variable declaration:
Vectors generally support the same builtin operators as their underlying base types. - The only exception to this is the keywords `and` and `or` on vectors of bools, since + The only exception to this is the keywords {#syntax#}and{#endsyntax#} and {#syntax#}or{#endsyntax#} on vectors of bools, since these operators affect control flow, which is not allowed for vectors. All other operations are performed element-wise, and return a vector of the same length as the input vectors. This includes: -- 2.54.0