Logo

Programming-Idioms

History of Idiom 54 > diff from v35 to v36

Edit summary for version 36 by silver-dragon:
New VB implementation by user [silver-dragon]

Version 35

2019-09-26, 18:40:56

Version 36

2019-09-30, 19:25:31

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
Dim s As Integer = x.Sum()