GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
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. 5The copying relies on the function <M>PrintObj(A)</M>. 6 7 8 9 10