Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 244 Bytes

File metadata and controls

7 lines (5 loc) · 244 Bytes

LiveCode Builder Standard Library

List operations

  • The & operator can now be used to concatenate two Lists. For example, [1, 2] & [3, 4] evaluates to [1, 2, 3, 4].

[15181] Implement the & concatenation operator for List