Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Operators and constants

Note: This is a work in progress and will be formatting errors. 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

« Logical operators | HyperTalk Reference | Type and existence operators »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Operators and constants

Note: This is a work in progress and will be formatting errors. 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

« Logical operators | HyperTalk Reference | Type and existence operators »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View