The infixed operator +, with two sequences as argument,
returns the total sum of the elements of the two sequences.
Note the difference with the lists, where
the term by term sums of the elements of the two lists would
be returned.
Input :
or :
Output :
But input :
Output :
Warning
When the operator + is prefixed, it has to be quoted (’+’).