Great, I've just started editing. Does a "continue" cause the loop
condition to be re-evaluated?

- Chris Rebert

On 1/10/07, Nicolas Cannasse <[EMAIL PROTECTED]> wrote:
> 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?

Both $ablit and $sblit are order-independant, and thus safe to use to
copy on the same string/array.

> 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.

Feel free to click on the "Login" button and register a Wiki account to
edit the content.

Best,
Nicolas

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


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

Reply via email to