6 lines
385 B
Text
6 lines
385 B
Text
s ||:= "xyz" # concatenation
|
|
c ++:= 'xyz' # union
|
|
insert(S,"abc") # insert
|
|
T["abc"] := "xyz" # insert create/overwrite
|
|
put(L,1) # put (extend), also push
|
|
R.field1 := "xyz" # overwrite
|