[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Bug?
- From: "Ashley Fryer" <lua@...>
- Date: Wed, 1 Mar 2000 09:56:18 -0800
> 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