list_to_string


list_to_string(cs)
      

Return a string of characters from the list cs.

Examples:


list_to_string(string_to_list("hello"))
// hello
      

Also see:

make_string


Core Module Index | Contents