lua-users home
lua-l archive

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


Under 3.1, from the lua console:

dostring("print('\\b')")

Expected output:
\b

Actual output:
[unprintable, ascii 8, backspace]

Can someone confirm whether or not this is a bug, and if it's still present
in later versions?

Thanks in advance,
ashley