Bird

Builtins

length

The length function allows you to access the length of arrays or strings.

push

The push function allows you to append elements of the same type to an array.

gc

The gc function runs the garbage collector manually.

iter

The iter function turns arrays and strings into iterators.

Still here?

Check out the playground!