Plus

Name

Plus -- Returns the sum of two numbers or profiles, or the concatenation of two strings

Synopsis

Plus[x->NUMBER, y->NUMBER] =: NUMBER 
Plus[x->MIXED, y->MIXED] =: MIXED 
Plus[x->BEHAV, y->BEHAV] =: BEHAV 
Plus[x->TEXT, y->TEXT] =: TEXT

Description

The first three versions of Plus return the sum of x and y. The final version returns the concatentation of x and y.

Short form

x + y

See also

Divide, Minus, Times.