Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
29
Lang/SimpleCode/00-LANG.txt
Normal file
29
Lang/SimpleCode/00-LANG.txt
Normal 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]]
|
||||
2
Lang/SimpleCode/00-META.yaml
Normal file
2
Lang/SimpleCode/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:SimpleCode
|
||||
1
Lang/SimpleCode/Empty-program
Symbolic link
1
Lang/SimpleCode/Empty-program
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Empty-program/SimpleCode
|
||||
1
Lang/SimpleCode/Hello-world-Text
Symbolic link
1
Lang/SimpleCode/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/SimpleCode
|
||||
1
Lang/SimpleCode/Spinning-rod-animation-Text
Symbolic link
1
Lang/SimpleCode/Spinning-rod-animation-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Spinning-rod-animation-Text/SimpleCode
|
||||
Loading…
Add table
Add a link
Reference in a new issue