File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Explore the standard library functions available in GluonScript.
1010
1111## Module ` core `
1212
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 )
13+ [ fn append(list: List, element: Any): List] ( https://gluonscript.org/reference.html#fn-appendlist-list-element-any-list ) < br >
14+ [ fn import(file: String): Record] ( https://gluonscript.org/reference.html#fn-importfile-string-record ) < br >
15+ [ fn len(list: List): Int] ( https://gluonscript.org/reference.html#fn-lenlist-list-int ) < br >
1616[ fn slice(list: List, start: Int, end: Int): List] ( https://gluonscript.org/reference.html#fn-slicelist-list-start-int-end-int-list )
1717
1818## Module ` conv `
You can’t perform that action at this time.
0 commit comments