Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

連結演算子 (&)

2 つの式の文字列連結を強制します。

Synopsis

result = expression1 & expression2

引数

& 演算子の構文には以下の構成部分があります。

result 任意の変数
expression1 任意の式
expression2 任意の式

概要

式が文字列でない場合は常に、文字列サブタイプに変換されます。空の式も長さゼロの文字列として処理されます。

関連項目

FeedbackOpens in a new tab