https://github.com/kirito41dd/lua-step
Lua usage example
https://github.com/kirito41dd/lua-step
Last synced: about 1 month ago
JSON representation
Lua usage example
- Host: GitHub
- URL: https://github.com/kirito41dd/lua-step
- Owner: kirito41dd
- Created: 2020-10-08T01:08:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T01:16:07.000Z (over 4 years ago)
- Last Synced: 2025-02-11T10:24:23.955Z (3 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## lua step
快速过下lua用法```text
src
├── 1.base.lua 基本用法
├── 2.table.lua 表 函数 闭包
├── 3.coroutine.lua 协程
├── 4.fileio.lua 文件io
├── 5.module.lua 模块
├── 6.metatab.lua 元表
└── convert.lua 模块文件
```