File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,39 @@ has_children: true
88# Built-in Functions Reference
99Explore the standard library functions available in GluonScript.
1010
11+ ## Module ` core `
12+
13+ [ fn append(list: List, element: Any): List] ( https://gluonscript.org/reference.html#fn-appendlist-list-element-any-list )
14+ [ fn import(file: String): Record] ( https://gluonscript.org/reference.html#fn-importfile-string-record )
15+ [ fn len(list: List): Int] ( https://gluonscript.org/reference.html#fn-lenlist-list-int )
16+ [ fn slice(list: List, start: Int, end: Int): List] ( https://gluonscript.org/reference.html#fn-slicelist-list-start-int-end-int-list )
17+
18+ ## Module ` conv `
19+
20+ [ ] ( )
21+
22+ ## Module ` env `
23+
24+ [ ] ( )
25+
26+ ## Module ` http `
27+
28+ [ ] ( )
29+
30+ ## Module ` io `
31+
32+ [ ] ( )
33+
34+ ## Module ` json `
35+
36+ [ ] ( )
37+
38+ ## Module ` strings `
39+
40+ [ ] ( )
41+
42+ ---
43+
1144## Module: ` core `
1245
1346### ` fn append(list: List, element: Any): List `
Original file line number Diff line number Diff line change 11---
22layout : default
3- title : Reference
3+ title : Tutorial
44nav_order : 4
55has_children : true
66---
You can’t perform that action at this time.
0 commit comments