Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference »

Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.

String operators

&

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

Related Topics

HyperTalk Reference


Version 0.8b4 (July 4, 2025)

Made with Macintosh

Switch to Modern View