{"identifier":102760,"topic":"Functions","name":"sum","text":"<code><pre>sum(<i>numberList<\/i>)\n<\/pre><\/code>\nValue returned:  the sum of a comma- delimited list of items <br><br>\n\n <br><br>\n\n <i><code>numberList <\/i><\/code>evaluates to  a comma-delimited list of items, including any container holding such a list. <br>\n","related":[],"examples":"\n\nput sum(field 5) into total\n\nif sum(firstList) > sum(secondList) then answer \"Imbalance Found\"","demo":"on mouseUp\n   answer \"1 + 2 + 3 + 4 + 5 + 6 + 7 =\" && <b>sum<\/b>(1,2,3,four,5,6,7)\n end mouseUp\n <br><br>\n\n ","debug":{"9":["sum(numberList)\r\rVal"]}}