lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 1/19/12 1:40 AM, Egil Hjelmeland wrote:
Has it been considered:
t[] = 'syntactic sugar'
be syntactic sugar for
t[#t+1] = 'syntactic sugar'

, like in PHP?

Best regards
Egil Hjelmeland




That would confuse "C" people.
Compare:

const char t[] = 'syntatic sugar'