Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于03.md文件中72行打印全局表_G中的键名时,代码误写,望纠正。 #3

Open
sulit opened this issue Mar 27, 2015 · 1 comment

Comments

@sulit
Copy link

sulit commented Mar 27, 2015

for name in pairs(_G) do print(_G) end
应该改为
for name in pairs(_G) do print(name) end

@andycai
Copy link
Owner

andycai commented May 7, 2017

谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants