lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: [ANN] luaRT 0.9 beta1
From
: Egor Skriptunoff <egor.skriptunoff@
...
>
Date
: Mon, 25 Jan 2021 15:14:17 +0300
The following approach is widely used in Lua scripts:
for i = 1, #str do
local c = str:sub(i, i)
....
end
Will this code work in LuaRT?
References
:
Re: [ANN] luaRT 0.9 beta1
,
Egor Skriptunoff
[ANN] luaRT 0.9 beta1
,
samir . tine
Re: [ANN] luaRT 0.9 beta1
,
Egor Skriptunoff
Re: [ANN] luaRT 0.9 beta1
,
samir . tine
Re: [ANN] luaRT 0.9 beta1
,
samir . tine
Re: [ANN] luaRT 0.9 beta1
,
samir . tine
Re: [ANN] luaRT 0.9 beta1
,
Egor Skriptunoff
Re: [ANN] luaRT 0.9 beta1
,
samir . tine
Re: [ANN] luaRT 0.9 beta1
,
Egor Skriptunoff
Re: [ANN] luaRT 0.9 beta1
,
samir . tine
Re: [ANN] luaRT 0.9 beta1
,
Egor Skriptunoff
Re: [ANN] luaRT 0.9 beta1
,
samir . tine
Prev by Date:
Re: Is it possible to point out all the errors in an already written Lua script? Is there a IDE that could achieve this goal?
Next by Date:
Re: Is it possible to point out all the errors in an already written Lua script? Is there a IDE that could achieve this goal?
Previous by thread:
Re: [ANN] luaRT 0.9 beta1
Next by thread:
Re: [ANN] luaRT 0.9 beta1
Index(es):
Date
Thread