pascalabcnet/TestSuite/formatter_tests/input/ifexpr1.pas
Бондарев Иван 97ee572be7 formatting of if expressions
2020-01-12 11:42:57 +01:00

3 lines
50 B
ObjectPascal

begin
var b:=if i<2 then (2+4)*4 else 3+5;
end.