I'm currently using:

$ablit(this.array, index, this.array, index + 1, $asize(this.array) - 1 - index);

to shift all items in the array after the given index one slot to the left.
I haven't tested this code yet, so it might work, but does $ablit do the copying in a certain order, or should I not depend on the order in which it does the copying?


Also, the Neko Specification page contains several grammatical errors, such as:
* "hide or erase previous value" should be "shadow the previous value"
* in "each function instance have its own environment", "have" should be "has" * in "the divide operation between two integers does returns a float", "does returns" should be "returns"
* "else" is used several times, when it should be "otherwise"

Other pages contain similar errors. I would like to request edit permissions on the wiki so I could proofread the pages.

- Chris Rebert

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to