lua-users home
lua-l archive

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


> Dave Bollinger wrote:
> lhf wrote:
>  >> To print \b (two-char string), you need to use
>  >>     dostring("print('\\\\b')")
>
>   Or use a "bracket" string to prevent the double parse:
>
>      dostring([[print('\\b')]])


Thanks you both for your replies!  I particularly like the idea of using
brackets since they're less error-prone and possibly more efficient.

Regards,
ashley