lua-users home
lua-l archive

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


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"