メインコンテンツまでスキップ
バージョン:25.3

&&& (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 terms in the SenseTalk Dictionary.