The ALTernative Language
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

List

The list type is an array of values within a scope. A list can be indexed, similar to a struct.

A list can be closed or open. For an open list you have to specify the (infinite) tail of the list by prefixing it with ellipses ....

Index list

I1:
I2:

Closed list

L1:
L2:

Open list

L3:
L4: