mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
tweak
This commit is contained in:
@@ -4,8 +4,6 @@ To help you start using Toy as fast as possible, here are the core elements of t
|
|||||||
|
|
||||||
## Keyword 'print'
|
## Keyword 'print'
|
||||||
|
|
||||||
Firstly, the `print` keyword is used to output data to
|
|
||||||
|
|
||||||
## Keyword 'assert'
|
## Keyword 'assert'
|
||||||
|
|
||||||
## Variables and Types
|
## Variables and Types
|
||||||
|
|||||||
15
index.html
15
index.html
@@ -30,6 +30,19 @@
|
|||||||
<meta name="twitter:description" content="The Toy Programming Language" />
|
<meta name="twitter:description" content="The Toy Programming Language" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>There's nobody here but us chickens!</p>
|
<div style="justify-self: center; max-width: 840px;">
|
||||||
|
<image src="toylogo.png" width="250" height="250" />
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<div style="justify-self: center; max-width: 840px;">
|
||||||
|
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v1.yml/badge.svg">
|
||||||
|
<br>
|
||||||
|
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
|
||||||
|
</div>
|
||||||
|
<div style="justify-self: center; max-width: 840px;">
|
||||||
|
<p>There's nobody here but us chickens!</p>
|
||||||
|
<p>The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week.</p>
|
||||||
|
<p>In the meantime, <a href="https://github.com/Ratstail91/Toy">click here</a> for the source code.</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user