pascalabcnet/ТЕСТЫ/test.pas
2026-07-04 16:50:19 +00:00

10 lines
208 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.

программа Тест;
проц ВыводСтро(obj: object);
нач
Writeln(obj);
кон;
нач
ВыводСтро('ПаскальЁКЛМН.сеть работает1!');
кон.