I have an issue with Lua. It uses one-based indexing. The language has a feature to set value at index 0, but the value won't be counted as a part of table length, and string manipulations are still one-based. Therefore, I think the feature is something special rather than about indexing.
I don't want a flame about one-based or zero based. I'm just asking is there a feature to force zero-based indexing.