mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Moved the badge
This commit is contained in:
@@ -4,13 +4,9 @@ title: Toy v2 Quick-Start Guide
|
|||||||
guide_order: 1
|
guide_order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
Watch this space.
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
# Toy v2 Quick-Start Guide
|
# 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.
|
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 'print'
|
||||||
|
|
||||||
@@ -26,4 +22,3 @@ To help you start using Toy as fast as possible, here are the core elements of t
|
|||||||
|
|
||||||
## Reserved Keywords & Operators
|
## Reserved Keywords & Operators
|
||||||
|
|
||||||
-->
|
|
||||||
@@ -4,5 +4,4 @@
|
|||||||
|
|
||||||
<div class="borderless header item">
|
<div class="borderless header item">
|
||||||
<span class="larger text">{{ site.title }}</span>
|
<span class="larger text">{{ site.title }}</span>
|
||||||
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg" width="231" height="30" style="width: unset; height: unset;">
|
|
||||||
</div>
|
</div>
|
||||||
4
index.md
4
index.md
@@ -7,6 +7,10 @@ title: The Toy Programming Language
|
|||||||
<image src="assets/toylogo.png" width="250" height="250" />
|
<image src="assets/toylogo.png" width="250" height="250" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="justify-self: center;">
|
||||||
|
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
|
||||||
|
</div>
|
||||||
|
|
||||||
The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through text files.
|
The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through text files.
|
||||||
|
|
||||||
This website presents the documentation for Toy version 2.x.
|
This website presents the documentation for Toy version 2.x.
|
||||||
|
|||||||
Reference in New Issue
Block a user