 
 
 
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 smallest list is
completed with
zeros.
Input :
Or :
Or :
Or :
Output :
Warning !
When the operator - is prefixed, it should be quoted (’-’).
 
 
