1# Examples
2
3The files in this directory are simple example scripts that are used to test
4the state of the shell as it is developed. When the **run_examples.sh** script
5is executed, it will build Ion and execute each of the ion scripts here, and
6compare their outputs to their assoicated **out** files.
7
8```
9TOOLCHAIN=stable ./run_examples.sh
10```
11
12For more elaborate examples of Ion usage, check out the **advanced** directory.
13