Skip to content

Concatenation

hugh greene edited this page Jun 20, 2022 · 1 revision

Concatenation is the process of joining two strings together. For example, the code below populates the variable Name with the value Hard Puzzle.

Name = "Hard " + "Puzzle"
Clone this wiki locally