Logo

Programming-Idioms

History of Idiom 117 > diff from v26 to v27

Edit summary for version 27 by :
New Erlang implementation by user [Licenser]

Version 26

2016-02-19, 21:33:46

Version 27

2016-03-02, 14:57:09

Idiom #117 Get list size

Set n to the number of elements of list x.

Idiom #117 Get list size

Set n to the number of elements of list x.

Code
N = length(X).