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


sm1_start

sm1_start()
:: Start ox_sm1_forAsir on the localhost.
return
Integer
[260] ord([da,a,db,b]);
[da,a,db,b,dx,dy,dz,x,y,z,dt,ds,t,s,u,v,w, 
......... omit ..................
]
[261] a*da;
a*da
[262] cc*dcc;
dcc*cc
[263] sm1_mul(da,a,[a]);     
a*da+1                  
[264] sm1_mul(a,da,[a]);
a*da
Reference
ox_launch, sm1_push_int0, sm1_push_poly0, ord


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