<RetVar> = clone array <Var/Array> : index <Var/Number> … <Var/Number>

Previous: <RetVar/IF> size of array <Var/Array> Arrays Next: copy array <Var/Array> index <Var/Number> … <Var/Number> into array <Var/Array> at in
This page is a chapter in the book Arrays.
<RetVar> = clone array <Var/Array> :index <Var/Number> ... <Var/Number>

Creates a new array, assigning it to <RetVar> with contents of <Var/Array> the starting element being the first <Var/Number> and ending element being the second <Var/Number>.
This new array is allocated when this instruction executes, so a previous call to array alloc array is unnecessary.


Posting Permissions

Posting Permissions
  • You may not create new articles
  • You may not edit articles
  • You may not protect articles
  • You may not post comments
  • You may not post attachments
  • You may not edit your comments