| Gambit: Software Tools for Game Theory | ||
|---|---|---|
| <<< Previous | Next >>> | |
Plus[x->NUMBER, y->NUMBER] =: NUMBER Plus[x->MIXED, y->MIXED] =: MIXED Plus[x->BEHAV, y->BEHAV] =: BEHAV Plus[x->TEXT, y->TEXT] =: TEXT |
The first three versions of Plus return the sum of x and y. The final version returns the concatentation of x and y.
| <<< Previous | Home | Next >>> |
| Players | Up | PolEnumSolve |