SimQuest 6.4 help
Sum
When applied to an array of numbers, Sum produces the sum of all of its elements. It has two variables: array and sum.
Examples:
array = (3, 9) => sum = 12
array = (8, 2, 1) => sum = 11
Related topics:
Basic compound model elements
Special compound model elements
Copyright University of Twente 2011