RosettaCodeData/Task/Collections/Icon/collections-3.icon
2023-07-01 13:44:08 -04:00

4 lines
292 B
Text

S := S ++ S2 # union of two sets or two csets
S ++:= S2 # augmented assignment
L := L ||| L2 # list concatenation
L |||:= L2 # augmented assignment