You can actually use / as a path separator on Windows in functions like fopen(), because it supports some ancient version of POSIX standard.
You can actually use / as a path separator on Windows in functions like fopen(), because it supports some ancient version of POSIX standard.
In Lua all arrays are just dictionaries with integer keys, a[0] will work just fine. It’s just that all built-in functions will expect arrays that start with index 1.