Changes for page 01 Lua Functions

Last modified by Theodore Xu on 2023/10/26 10:51

From version 2.2
edited by Leo Wei
on 2022/06/16 16:07
Change comment: Update document after refactoring.
To version 2.3
edited by Leo
on 2022/06/16 16:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.admin
1 +XWiki.Leo
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
13 13  
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