* CHU Run-min: > local s = ("abc"):reverse() VALID > local s = "abc":reverse() INVALID > Why? "." doesn't work in this context, either. Same for tables. Based on Fabien's observation, I think all this is the correct behavior.