Merge a table with entries for "lunch" and "dessert", overriding the latter.
Merge using union as the merge operation.
Merge using concatenation as the merge operation.
Merge using concatenation, but using a custom delimiter as a 4th argument.
>
|
cat_delim := proc(x,y,delim) cat(x, delim, y) end proc:
|
Merge a table with symmetric indexing with one with ordinary indexing.
Merge a list of equations with another list of equations.