pascalabcnet/TestSuite/formatter_tests/input/lambdas_with_brakets2.pas

5 lines
78 B
ObjectPascal
Raw Permalink Normal View History

2024-02-21 22:56:49 +03:00
uses GraphWPF;
begin
OnMouseDown:=(x,y:real;mb:integer) -> begin end;
end.