This directory contains basic usage examples of some Ü features and standard library functionality. Each file is a self-contained example.
Note that these examples contain only limited set of all Ü features. Read the documentation to know more about the language.
Use the build system to build each file, like this:
u.._build_system build_single some_example.u
Different options may be specified, see the build system documentation for more information.
Alternatively it's possible to build all examples as part of the whole Ü project.