Logo

Programming-Idioms

History of Idiom 46 > diff from v32 to v33

Edit summary for version 33 by :
Restored version 31

Version 32

2016-02-18, 16:57:59

Version 33

2016-02-18, 17:23:39

Idiom #46 Extract beginning of string (prefix)

Create string t consisting of the 5 first characters of string s.

Idiom #46 Extract beginning of string (prefix)

Create string t consisting of the 5 first characters of string s.

Code
(take 5 "abcdefjhi")