29 lines
No EOL
1.1 KiB
Text
29 lines
No EOL
1.1 KiB
Text
{{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]] |