lua-users home
lua-l archive

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


> How do we handle non-existent values?
> 
> t = {1,,3,,5,,7,8}

Perhaps you could do this in the custom loader, by returning ",nil,"
whenever it detects two commas separated by whitespace.

- Dc