"Source: Text/System/Par.text";
"Line: 2402";
"Date: Thu Jul 13 10:19:10 2023";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/System/Par.text, line: 2402
// Example: H5E27 ()
print "Example: H5E27";
ei := GetEchoInput();
SetEchoInput(true);
// no-test
SetVerbose("ManagerWorker", 2);
socket := Socket(: LocalHost := "circle", LocalPort := 10000);
DistributedManager(socket, [1..10]);
SetEchoInput(ei);
