Purpose
For combining two strings of text into one.
Inputs
l
eft
- the text that will appear first
right
- the text that will be added to the left
join
- will be inserted in between left and right
Outputs
output
- right appended to the end of left