Concatenation - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

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"