https://github.com/cloud-org/lua-in-action
lua code practice
https://github.com/cloud-org/lua-in-action
lua programming-language
Last synced: 11 months ago
JSON representation
lua code practice
- Host: GitHub
- URL: https://github.com/cloud-org/lua-in-action
- Owner: cloud-org
- Created: 2021-06-25T09:09:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:59:00.000Z (about 3 years ago)
- Last Synced: 2023-03-04T23:02:51.595Z (almost 3 years ago)
- Topics: lua, programming-language
- Language: Lua
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### lua-in-action
write some lua code
- PLDesign Lua: https://www.bilibili.com/video/BV1ZY4y187mK
- pairs and ipairs: https://zhuanlan.zhihu.com/p/85890198
- get table len: https://blog.csdn.net/haobaworenle/article/details/76315067