# LiveCode Builder Standard Library ## List operations * The `&` operator can now be used to concatenate two `List`s. For example, `[1, 2] & [3, 4]` evaluates to `[1, 2, 3, 4]`. # [15181] Implement the `&` concatenation operator for `List`