builtin functions

pull/14/head
pca006132 2020-12-23 16:56:49 +08:00 committed by pca006132
parent 4abe22bcf2
commit 10eae3deb0
1 changed files with 4 additions and 0 deletions

View File

@ -231,3 +231,7 @@ We currently support:
* `__xor__`
* `__neg__`
## Builtin Functions
* `len(list[X]) -> int32`
* `range(int32) -> list[int32]`