Re: Do strings move around?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Do strings move around?
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2020年8月26日 10:59:40 -0300
> What about strings accessed via upvalue pseudo-indexes?
They should be valid while the corresponding call is active. Documenting
it is in my "todo" list.
-- Roberto