9 lines
129 B
Text
9 lines
129 B
Text
|
|
case EXPR
|
||
|
|
when EXPRL then
|
||
|
|
-- CODE
|
||
|
|
when EXPRL then
|
||
|
|
-- CODE
|
||
|
|
else
|
||
|
|
-- CODE
|
||
|
|
end;
|