pascalabcnet/TestSuite/ArrProduct.pas
2018-12-10 18:33:48 +03:00

3 lines
47 B
ObjectPascal

begin
Assert(Arr(1,2,3).Product = 6);
end.