Starting fiddling with the docs site proper

This commit is contained in:
2024-12-27 13:40:49 +11:00
parent 2c4324db70
commit dc8845fd0e
20 changed files with 101 additions and 171 deletions

20
docs/quick-start.md Normal file
View File

@@ -0,0 +1,20 @@
# Toy v2 Quick Start Guide
To help you start using Toy as fast as possible, here are the core elements of the language. Not everything available is listed, but this should give you a good starting point.
## Keyword 'print'
Firstly, the `print` keyword is used to output data to
## Keyword 'assert'
## Variables and Types
## Control Flow
## Functions
## External Libraries and Extending Toy
## Reserved Keywords & Operators