chickadee » nutils » combine

combineprocedure
  • in - OBJ ... - any number of items: strings, symbols, characters, numbers, etc.,
  • returns: all items as a single string without spaces between items.
 (combine 'q 245 "cat") => "q245cat"