Go to the first, previous, next, last section, table of contents.


sm1.push_int0

sm1.push_int0(p,f)
:: push the object f to the server with the descriptor number p.
return
Void
p
Number
f
Object
[219] P=sm1.start();
0
[220] sm1.push_int0(P,x*dx+1);
0
[221] A=ox_pop_cmo(P);
x*dx+1
[223] type(A);
7   (string)
[271] sm1.push_int0(0,[x*(x-1),[x]]);
0
[272] ox_execute_string(0," deRham ");
0
[273] ox_pop_cmo(0);
[1,2]
Reference
ox_push_cmo


Go to the first, previous, next, last section, table of contents.