Skip to main content
Docs
& operator
Used to force string concatenation of two expressions. Syntax result = expression1 & expression2 The & operator syntax has these parts: Part […]