Logo

Programming-Idioms

History of Idiom 54 > diff from v11 to v12

Edit summary for version 12 by :

Version 11

2015-09-04, 10:57:25

Version 12

2015-09-04, 21:00:28

Idiom #54 Compute sum of integers

Calculate the sum s of integer list x.

Idiom #54 Compute sum of integers

Calculate the sum s of integer list x.

Code
s = sum x