Update index

This commit is contained in:
Bruce Hill 2024-08-18 21:19:50 -04:00
parent 2846ead8b8
commit 1fa1c063db

View File

@ -7,10 +7,12 @@ Tomo has a small number of built-in functions and bunch of types.
- [Arrays](arrays.md)
- [Booleans](booleans.md)
- [Channels](channels.md)
- [Integers](integers.md)
- [Enums](enums.md)
- [Floating point numbers](nums.md)
- [Integer Ranges](ranges.md)
- [Integers](integers.md)
- [Sets](sets.md)
- [Structs](structs.md)
- [Tables](tables.md)
- [Text](text.md)
- [Threads](threads.md)