parent
7d12953838
commit
8847b5c18b
@ -0,0 +1,14 @@
|
||||
------------------------------------------------------------------------------
|
||||
-- LUA (5.3+) CHEATSHEET (中文速查表) - by skywind (created on 2018/03/18)
|
||||
-- Version: 1, Last Modified: 2018/03/18 20:59
|
||||
-- https://github.com/skywind3000/awesome-cheatsheets
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
-- 语言基础
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
print("Hello, World !!") -- 基本输出
|
||||
print("Hi" .. " You !!") -- 字符串链接
|
||||
print(type(0) .. " " .. type('')) -- 输出类型
|
Loading…
Reference in new issue