[Lua] 官方文件 === ###### tags: `Lua` ###### tags: `Lua`, `官方文件`, `教學指南` <br> [TOC] <br> ## 官網 > https://www.lua.org/ ### 線上試玩 Lua https://www.lua.org/demo.html ### get started > https://www.lua.org/start.html - ### 安裝方式 / 從 source code 安裝 ``` curl -L -R -O https://www.lua.org/ftp/lua-5.5.0.tar.gz tar zxf lua-5.5.0.tar.gz cd lua-5.5.0 make all test ``` ### 文件 > https://www.lua.org/docs.html - ### Books - Lua 5.1 Reference Manual https://www.lua.org/manual/5.1/ <br> {%hackmd vaaMgNRPS4KGJDSFG0ZE0w %}
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.