---
# System prepended metadata

title: '[Lua] 官方文件'
tags: [Lua, 官方文件, 教學指南]

---

[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 %}