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?

ELSEIF

ブロック型 IF コマンドの文節です。

Synopsis

ELSEIF expression,... { code }

完全な構文については、"IF" コマンドを参照してください。

概要

ELSEIF は独立したコマンドではなく、ブロック型 IF コマンドの文節です。1つの IF コマンドで、1 つまたは複数の ELSEIF 節を指定できます。この ELSEIF 節は省略することもできます。詳細と例は、"IF" コマンドを参照してください。

関連項目

FeedbackOpens in a new tab