"Source: Text/System/Par.text";
"Line: 2380";
"Date: Mon May 29 16:04:52 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/System/Par.text, line: 2380
// 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);
