| The copula is used to assign a referent to a name, as 
in a=:3 and in sum=:+/ .  
The copula =. is local as discussed under
Explicit Definition (:),
and =: is global, 
except that global assignment to a local name is not permitted and 
an assignment to a locative is always global. 
 Copulas may also be used indirectly, with the name or names 
specified as a character or boxed list.
If y is the expression to the right of the copula,
then a single name is assigned y , 
otherwise each name is assigned >y if y 
is an atom, otherwise the i-th name is 
assigned >i{y . 
If the character list begins with ` then gerund 
referents are evoked.
 
 |