Add (MPI)
From Tapestries MUCK
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:MPI functions]] | [[Category:MPI functions]] | ||
- | {add:expr1,expr2} | + | '''add''' |
- | {add:expr1,expr2,expr3...} | + | <mpi>{add:expr1,expr2} |
+ | {add:expr1,expr2,expr3...}</mpi> | ||
Returns the sum of the values of expr1 and expr2. If more than two args are given, then this will add all the args together and return the result. | Returns the sum of the values of expr1 and expr2. If more than two args are given, then this will add all the args together and return the result. |
Revision as of 06:32, 30 March 2007
add
{add:expr1,expr2} {add:expr1,expr2,expr3...}
Returns the sum of the values of expr1 and expr2. If more than two args are given, then this will add all the args together and return the result.