HP Prime for All

English  Русский 

Syntax

CONCAT(value1, value2, [..value16])

Description

Concatenation. Concatenates (joins) items into a list.

Example

CONCAT({1,2,3}, 4) returns {1,2,3,4} and CONCAT(1,2,3,4) returns {1,2,3,4}

CONCAT — Discussion