next up previous
: data_conversion : Primitive Operators : coefficients

copy

<< f1 f2 ... fn n copy f1 f2 ... fn f1 f2 ... fn >>
The primitive copy_n duplicates the objects f1 f2 ... fn.
integer n;
Example: (x1+1) 1 copy ===> (x1+1) (x1+1)
<<copy>> copies the values of the objects.  cf. dup



Nobuki Takayama 平成20年1月30日