mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
19 lines
377 B
Markdown
19 lines
377 B
Markdown
# 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'
|
|
|
|
## Keyword 'assert'
|
|
|
|
## Variables and Types
|
|
|
|
## Control Flow
|
|
|
|
## Functions
|
|
|
|
## External Libraries and Extending Toy
|
|
|
|
## Reserved Keywords & Operators
|
|
|