mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Starting fiddling with the docs site proper
This commit is contained in:
20
docs/quick-start.md
Normal file
20
docs/quick-start.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user