list_to_string(cs)
Return a string of characters from the list cs.
cs
list_to_string(string_to_list("hello")) // hello
Core Module Index | Contents