pascalabcnet/TestSuite/formatter_tests/input/Program1114.pas
Бондарев Иван 88d6870f93 bug fix #680
2018-04-15 19:52:43 +02:00

8 lines
124 B
ObjectPascal
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

begin
(new System.Threading.Thread(()->begin
//комментарий
writeln;//
writeln;
//неод
end)).Start;
end.