The infixed operator - or .- and the prefixed operator
’-’ returns the term by term difference of two lists.
If the two lists do not have the same size, the smaller list is
completed with
zeros.
Input :
or :
or :
or :
Output :
Warning !
When the operator - is prefixed, it should be quoted (’-’).