Skip to content

Commit e6b3948

Browse files
committed
Update docs
1 parent ef07479 commit e6b3948

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

docs/reference.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)