Changes for page 01 Lua Functions
Last modified by Theodore Xu on 2023/10/26 10:51
From version 3.1
edited by Leo
on 2022/06/16 16:09
on 2022/06/16 16:09
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Leo1 +XWiki.admin - Content
-
... ... @@ -2,15 +2,15 @@ 2 2 3 3 == **1.1 Data type definition** == 4 4 5 +(% class="table-bordered" style="width:749.989px" %) 6 +|(% style="width:375px" %)**Type**|(% style="width:372px" %)**Description** 7 +|(% style="width:375px" %)nil|(% style="width:372px" %)Null 8 +|(% style="width:375px" %)boolean|(% style="width:372px" %)Boolean, the value is true or false 9 +|(% style="width:375px" %)number|(% style="width:372px" %)Integer or floating point, signed or unsigned 10 +|(% style="width:375px" %)string|(% style="width:372px" %)String 11 +|(% style="width:375px" %)table|(% style="width:372px" %)Table 12 +|(% style="width:375px" %)function|(% style="width:372px" %)Functions 5 5 6 -|=**Type**|=**Description** 7 -|=nil|Null 8 -|=boolean|Boolean, the value is true or false 9 -|=number|Integer or floating point, signed or unsigned 10 -|=string|String 11 -|=table|Table 12 -|=function|Functions 13 - 14 14 == **1.2 Built-in function library clipping** == 15 15 16 16 Full features supported: coroutine/debug/ math/ package/ string/ table/ utf8