pascalabcnet/TestSuite/formatter_tests/input/ifexpr1.pas

3 lines
50 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.