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?

代入演算子 (=)

変数またはプロパティに値を割り当てます。

Synopsis

variable = value

引数

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

variable 任意の変数、または書き込み可能プロパティ
value 任意の数値または文字列リテラル、定数、または式

概要

等号 (=) の左辺の名前は、単純なスカラ変数や配列要素にすることもできます。等号 (=) の左辺のプロパティには、実行時に書き込み可能なプロパティのみを指定できます。

関連項目

FeedbackOpens in a new tab