General Program Information
Basics - Copy
copyA
copyA(p1,p2,p3,p4) :=
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,point(p3<0>),sp,point(p4<0>),sp)
copyB
copyB(p1,p2,p3)
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,point(p3<0>),sp)
copyC
copyC(p1,p2,p3,p4)
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,"@",point(p3<0>),sp,"@",point(p4<0>),sp)
copyD
copyD(p1,p2,p3,p4,p5)
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,"@",point(p3<0>),sp,"@",point(p4<0>),sp,"@",point(p5<0>),sp)
copyDa
copyDa(p1,p2,p3,p4,p5)
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,point(p3<0>),sp,point(p4<0>),sp,point(p5<0>),sp)
copyE
copyE(p1,p2,p3,p4,p5,p6)
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,"@",point(p3<0>),sp,"@",point(p4<0>),sp,"@",point(p5<0>),sp,"@",point(p6<0>),sp)
copyF
copyF(p1,p2,p3)
- concat("_copy",sp,point(p1<0>),sp,sp,point(p2<0>),sp,"@",point(p3<0>),sp)
copyG
copyG(p1,p2,p3,p4)
- concat("_copy",sp,point(p1<0>),sp,point(p2<0>),sp,sp,point(p3<0>),sp,point(p4<0>),sp)
copyall
copyall :=
- concat("_copy",sp,"all",sp,sp,point(p1<0>),sp,"@",point(p2<0>),sp)