Lua Thoughts

6 thoughts
last posted Feb. 18, 2013, 6:21 p.m.

1 earlier thought

0

Why doesn't lua let my index strings using s[n]? I have to use s:sub(n,n). Perhaps to avoid confusion over whether the result would be a character codepoint or a string?

4 later thoughts