CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

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

Views: 418346
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