select キーワード
select variable case value1 then instructions 1 case value2 then instructions 2 ... case valuen then instructions n case {valueC1 valueC2 valueCN} intructions C [else instructions] end
値を解析する変数.
適当な命令ブロック
instructions 1, ..., instructions n
が存在する
variable
の値.
like value1, ..., valuen
but an OR is applied on each variable == valueCx
.
It is useful to group cases with same instruction.
有効な命令のブロック.
Version | Description |
6.0.0 |
|
2024.0 |
|