Function aPlusB(%input) { return getWord(%input, 0) + getWord(%input, 1); }