Hello all,
Here is a somewhat half-baked feature request.
It would be great to be able to clone objects such as array.
something like:
[clone array foo-$1 16]
which would lead to 16 arrays called foo-0 through foo-15
I imagine this would be possible to do with other objects, but array is certainly one that would work well and solve some patchwork.
Would this be possible?
best,
J
On 06/15/2018 11:07 AM, Jaime Oliver La Rosa wrote:
Hello all,
Here is a somewhat half-baked feature request.
It would be great to be able to clone objects such as array.
like the attached abstraction?
use as: [clone arraydefine 16 foo-]
Would this be possible?
i don't really see the point of adding syntactic sugar that can be trivially implemented with a single-object abstraction wrapper.
fgmdsar IOhannes