3 lines
81 B
ObjectPascal
3 lines
81 B
ObjectPascal
begin
|
|
var b := if a < 2 then 2 + 3 else if a > 3 then 2 + 5 else 3 + 4;
|
|
end. |