lua-users home
lua-l archive

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


2016-01-05 6:41 GMT+02:00 Jonathan Goble <jcgoble3@gmail.com>:

> My suggestion is to add the token %B, which would perform the same
> thing as %b, except it would recognize an escape character specified
> in the arguments to the token, and upon encountering the escape
> character, the following character would be ignored.

At present %B is a synonym for B, and I doubt that anyone relies
on that behaviour. So I'm +1.