pascalabcnet/TestSuite/formatter_tests/should/ifexpr2.pas

3 lines
81 B
ObjectPascal
Raw Permalink Normal View History

2020-01-12 13:42:57 +03:00
begin
var b := if a < 2 then 2 + 3 else if a > 3 then 2 + 5 else 3 + 4;
end.