PascalABC.NET Console for .NET 10
================================

This archive contains the console compiler and standard units built for .NET 10.
The Microsoft .NET 10 Runtime must be installed on the computer.

Compile and run a program from a command prompt:

  pabcnetc.exe Samples\!MainFeatures\01_First\Print.pas
  dotnet Samples\!MainFeatures\01_First\Print.exe

The Samples directory contains the PascalABC.NET sample programs. Some samples
require the graphical environment or additional libraries not included here.

The compiler is framework-dependent. Programs produced by it also require the
.NET 10 Runtime.

Русская памятка
---------------

Архив содержит консольный компилятор и стандартные модули для .NET 10.
На компьютере должен быть установлен Microsoft .NET 10 Runtime.

Компиляция и запуск:

  pabcnetc.exe Samples\!MainFeatures\01_First\Print.pas
  dotnet Samples\!MainFeatures\01_First\Print.exe

В папке Samples находятся примеры PascalABC.NET. Для некоторых примеров
требуется графическая оболочка или дополнительные библиотеки, отсутствующие в архиве.
