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>ChildGet(A,s):: Object, Child process --> Object</Verb>
2
3
<P/> Copies object <M>A</M> from the child process
4
<M>s</M> to the parent process.
5
The copying relies on the function <M>PrintObj(A)</M>.
6
7
8
9
10