File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,34 +11,25 @@ Explore the standard library functions available in GluonScript.
1111## Module ` core `
1212
1313[ fn append(list: List, element: Any): List] ( https://gluonscript.org/reference.html#fn-appendlist-list-element-any-list )
14+
1415[ fn import(file: String): Record] ( https://gluonscript.org/reference.html#fn-importfile-string-record )
16+
1517[ fn len(list: List): Int] ( https://gluonscript.org/reference.html#fn-lenlist-list-int )
18+
1619[ fn slice(list: List, start: Int, end: Int): List] ( https://gluonscript.org/reference.html#fn-slicelist-list-start-int-end-int-list )
1720
1821## Module ` conv `
1922
20- [ ] ( )
21-
2223## Module ` env `
2324
24- [ ] ( )
25-
2625## Module ` http `
2726
28- [ ] ( )
29-
3027## Module ` io `
3128
32- [ ] ( )
33-
3429## Module ` json `
3530
36- [ ] ( )
37-
3831## Module ` strings `
3932
40- [ ] ( )
41-
4233---
4334
4435## Module: ` core `
You can’t perform that action at this time.
0 commit comments