Logo

Programming-Idioms

History of Idiom 117 > diff from v36 to v37

Edit summary for version 37 by Dodopod:
New Scheme implementation by user [Dodopod]

Version 36

2017-06-07, 14:03:18

Version 37

2017-06-09, 15:30:58

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
(define n (length x))