mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
29 lines
475 B
Markdown
29 lines
475 B
Markdown
---
|
|
layout: page
|
|
title: Toy v2 Quick-Start Guide
|
|
guide_order: 1
|
|
---
|
|
|
|
Watch this space.
|
|
|
|
<!--
|
|
|
|
# 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
|
|
|
|
--> |