This folder contains examples that are meant to be read by the users of the language to learn and explore the capabilities of the language.
It is recommended to study them in the order of their complexity: from simplest to the most complex. Generally, the size of the file roughly corresponds to its complexity so we recommend to sort the examples by their size and follow that order.
In a Linux console this could be achived by the running command:
$ ls -lS
Where the -S flag of the ls utility sorts the files by size, largest first.
In other operating systems and applications please use similar functionality.