Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563554 views
1
<Verb>ChildPut(A,"B",s):: Object, String, Child process --> Void</Verb>
2
3
<P/> Copies object <M>A</M> from the parent process to the child process
4
<M>s</M>. The copied object is assigned the name <M>"B"</M> on the child.
5
The copying relies on the function <M>PrintObj(A)</M>. Complicted data structures need to be {\em pickled} into a suitable format before copying.
6
7
8
9
10