Logo

Programming-Idioms

History of Idiom 117 > diff from v43 to v44

Edit summary for version 44 by tkoenig:
New Fortran implementation by user [tkoenig]

Version 43

2018-12-25, 17:00:35

Version 44

2019-09-26, 20:02:51

Idiom #117 Get list size

Set n to the number of elements of list x.

Illustration

Idiom #117 Get list size

Set n to the number of elements of list x.

Illustration
Extra Keywords
length
Extra Keywords
length
Code
n = size(x)