lua-users home
lua-l archive

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


> Or just use literal strings, they are great for such use (and for 
> Windows paths!)

You mean "long strings", which are a form of literal strings. The other is
"short string", which are quoted with "..." or '...'.