RosettaCodeData/Task/Collections/Icon/collections-3.icon

5 lines
292 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
S := S ++ S2 # union of two sets or two csets
S ++:= S2 # augmented assignment
L := L ||| L2 # list concatenation
L |||:= L2 # augmented assignment