summaryrefslogtreecommitdiff
path: root/server/locale/zh-CN/libs/lua53/basic.lni
blob: c6db3f6ff0b344b2e227501e0cad33da0fd8cf0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[assert]

[collectgarbage]
[dofile]

[error]

[_G]
[[.fields]]
field = '_VERSION'
description = '一个包含有当前解释器版本号的全局变量(并非函数)。 当前这个变量的值为 "Lua 5.3"。'

[getmetatable]

[ipairs]

[load]

[loadfile]

[next]

[pairs]

[pcall]

[print]

[rawequal]

[rawget]

[rawlen]

[rawset]

[select]

[setmetatable]

[tonumber]

[tostring]

[type]

[_VERSION]

[xpcall]