Josef-Friedrich / luakeys

LuaTeX package to parse key value options in Lua only, like keyval, kvsetkeys, kvoptions, xkeyval, pgfkeys but in Lua

Home Page:https://www.ctan.org/pkg/luakeys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array access error

Josef-Friedrich opened this issue · comments

Further...

\begin{luacode*}
    texio.write_nl(luakeys.parse('{1,2,3},{4,5,6}')[2][2]) -- shows 5 as expected
    --texio.write_nl(luakeys.parse('{1,2,3},{4,5,6}')['2']['2']) -- incorrect
\end{luacode*}

Works as expected