pascalabcnet/TestSuite/formatter_tests/should/ifexpr1.pas

3 lines
62 B
ObjectPascal
Raw Permalink Normal View History

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