5.2.0 (work 2) and luac
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: 5.2.0 (work 2) and luac
- From: Gavin Wraith <gavin@...>
- Date: 2010年5月07日 18:16:12 +0100
I know that there are some issues with luac in 5.2.0 (work 2)
-- see msg00298 08/01/2010. I have been experimenting with the
command "luac -l -l -p" on some very simple test scripts, with
the following odd results, which I hope may reveal something:
x = print -- fails
x = _G.print -- OK
x = print; x "hello" -- OK
print "hello" -- OK
Can anybody explain?
--
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/