Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

copyA
copyA(p1,p2,p3,p4) :=

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,point(p3<0>p3<0>),sp,point(p4<0>p4<0>),sp)

copyB
copyB(p1,p2,p3)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,point(p3<0>p3<0>),sp)

copyC
copyC(p1,p2,p3,p4)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,"@",point(p3<0>p3<0>),sp,"@",point(p4<0>p4<0>),sp)

copyD
copyD(p1,p2,p3,p4,p5)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,"@",point(p3<0>p3<0>),sp,"@",point(p4<0>p4<0>),sp,"@",point(p5<0>p5<0>),sp)

copyDa
copyDa(p1,p2,p3,p4,p5)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,point(p3<0>p3<0>),sp,point(p4<0>p4<0>),sp,point(p5<0>p5<0>),sp)

copyE
copyE(p1,p2,p3,p4,p5,p6)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,"@",point(p3<0>p3<0>),sp,"@",point(p4<0>p4<0>),sp,"@",point(p5<0>p5<0>),sp,"@",point(p6<0>p6<0>),sp)

copyF
copyF(p1,p2,p3)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,sp,point(p2<0>p2<0>),sp,"@",point(p3<0>p3<0>),sp)

copyG
copyG(p1,p2,p3,p4)

  • concat("_copy",sp,point(p1<0>p1<0>),sp,point(p2<0>p2<0>),sp,sp,point(p3<0>p3<0>),sp,point(p4<0>p4<0>),sp)

copyall
copyall := *

  • concat("_copy",sp,"all",sp,sp,point(

...

  • p1<0>),sp,"@",point(

...

  • p2<0>),sp)