|
|
|
|
|
by andre-la
1754 days ago
|
|
Is 0-based like C, but on libraries that reimplements the Lua libraries, it's 1-based as Lua, because the language aims Lua compatibility. Due to this, the string and "sequence" libraries (which works as a Lua-like vector), and the table library in the future, are 1-based. |
|