lua-users home
lua-l archive

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


> Frankly, I don't see much use of this format too... But perhaps there is a
> strong demand for it (reading config files? CSV/TSV?).

You mean the "*u"? Some uses are
- lines ;-)
- paragraphs ("*u\n\n")
- e-mail messages ("*u\nFrom ")
- mime parts (until boundary)
- XML parts?? (read("*u<", "*u>")) (I am not sure this is enough...)
- Lua functions, if you follow a reasonable identation ("*u\nend")

-- Roberto