Case insensitive vector indexing? #289
petrihakkinen
started this conversation in
General
Replies: 2 comments
-
Historically vectors on Roblox platform (predating the native vector type) allowed both cases; in Roblox the "dominant" (more idiomatic / used mostly) case is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, so it was the other way around. I thought lowercase was the dominant one. Thanks for the answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find it unusual that vector indexing is case insensitive while everything else in Lua, table indexing in particular, is case sensitive. I'm probably going to disable that feature for consistency in our version, but I'm wondering should this be added as a config option to the official version too? Out of curiosity, why case-insensitive indexing was chosen?
Beta Was this translation helpful? Give feedback.
All reactions