Copying Primitives . . .
- Last UpdatedDec 19, 2025
- 1 minute read
|
REPEAT 5 BY X20 Y20 |
produce five copies of the current primitive, each displaced (X20, Y20) from the last |
|
REPEAT 5 BY @ |
as above, but use cursor to define displacement |
|
REPEAT 5 @ |
s above, but with first copy at cursor position, displacement of second and subsequent copies equal to that of first copy from original |
|
REPEAT @ |
as above, but just one repetition |