symbol_triple_ampersand
- Operator
-
List concatenation
-
Examples:
put 4 &&& 5 --> [4,5]
put [1,2,3] &&& ["a","b","c"] --> [1,2,3,"a","b","c"]
-
Related: insert
-
List concatenation
Examples:
put 4 &&& 5 --> [4,5]
put [1,2,3] &&& ["a","b","c"] --> [1,2,3,"a","b","c"]
Related: insert