Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
Joins (concatenates) the text string yielded by the expression on its left to the text string yielded by the expression on its right.
"this is a sentence" & "."
"The problem is:" & space & theProblem
Joins (concatenates) the text string yielded by the expression on its left to the text string yielded by the expression on its right, with a space between them.
"this is" && "sentence."
"card" && the number of this card
Operators and constants
Version 0.7b1 (March 24, 2022)