Logo

Programming-Idioms

History of Idiom 165 > diff from v34 to v35

Edit summary for version 35 by janqrick:
New Clojure implementation by user [janqrick]

Version 34

2019-07-10, 12:08:15

Version 35

2019-07-13, 14:55:12

Idiom #165 Last element of list

Assign to variable x the last element of list items.

Idiom #165 Last element of list

Assign to variable x the last element of list items.

Code
(last items)