lua-users home
lua-l archive

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


On Thu, Jan 06, 2011 at 12:59:20PM +0200, Dirk Laurie wrote:
> 
> Proof: Suppose the string is N bytes long.  Then it cannot contain
>     the substring '['..string.rep('-',N-1)..']'.  That string
>     delimiter is therefore adequate for embedding the string. Q.E.D.
> 
oops ... ']' should be '['.