Re: string.dump(f, true) does not work as expected
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: string.dump(f, true) does not work as expected
- From: 张睿 <zrui16@...>
- Date: 2015年6月10日 19:18:34 +0800
I compile Lua 5.3.0 on an Android device.
$ gcc -v
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
Target: arm-linux-androideabi
... ...
-------- 原始邮件 --------
发件人: Egor Skriptunoff
日期:2015年06月10日 17:34 (GMT+08:00)
收件人: Lua mailing list
主题: Re: string.dump(f, true) does not work as expected
On Wed, Jun 10, 2015 at 12:21 PM, 张睿
<zrui16@hotmail.com> wrote:
On my machine, the result is true with Lua 5.3.
Interesting! What's your machine?
Both my machine and Lua demo page (
www.lua.org/cgi-bin/demo) show "false"