Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{{stub}}
{{language
|checking=static
|hopl=no
|site=
}}
{{language programming paradigm|object-oriented}}
SimpleCode is a programming language and the name of [https://scratch.mit.edu/projects/16815343/ its official IDE] (which is in the form of a command-line interface) that runs on top of [[Scratch]], originally released on February 22nd, 2014 by [[Scratch]] user [https://scratch.mit.edu/users/evrhel evrhel].
SimpleCode features the following commands:
{| class="wikitable"
!Command
!Description
|-
| style="text-align:center"| <code>dtxt</code> || Displays the specified text on the screen.
|-
| style="text-align:center"| <code>nl</code> || Creates a new line.
|-
| style="text-align:center"| <code>ctxt</code> || Clears all text and shapes.
|-
| style="text-align:center"| <code>wait</code> || Pauses program execution for the specified amount of seconds.
|-
| style="text-align:center"| <code>rndrCIRCLE</code> || Draws a circle on the screen.
|-
| style="text-align:center"| <code>rndrSQUARE</code> || Draws a square on the screen.
|}
[[Category:Language Implementations in Scratch]]
[[Category:Web Application]]

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:SimpleCode

View file

@ -0,0 +1 @@
../../Task/Empty-program/SimpleCode

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/SimpleCode

View file

@ -0,0 +1 @@
../../Task/Spinning-rod-animation-Text/SimpleCode