mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
25 lines
454 B
Markdown
25 lines
454 B
Markdown
---
|
|
layout: page
|
|
title: Toy v2 Quick-Start Guide
|
|
guide_order: 1
|
|
---
|
|
|
|
# Toy v2 Quick-Start Guide
|
|
|
|
To help you start using Toy as fast as possible, here are the most useful elements of the language. Not everything available is listed, but this should let you start coding right away.
|
|
|
|
## Keyword 'print'
|
|
|
|
## Keyword 'assert'
|
|
|
|
## Variables and Types
|
|
|
|
## Control Flow
|
|
|
|
## Functions
|
|
|
|
## External Libraries and Extending Toy
|
|
|
|
## Reserved Keywords & Operators
|
|
|