string


string(c1, @rest ...)
      

Return a string containing the characters c, ....

Examples:


string(\a, \b, \c)
// abc
      

Also see:

make_string
is_string


Core Module Index | Contents