{{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"| dtxt || Displays the specified text on the screen.
|-
| style="text-align:center"| nl || Creates a new line.
|-
| style="text-align:center"| ctxt || Clears all text and shapes.
|-
| style="text-align:center"| wait || Pauses program execution for the specified amount of seconds.
|-
| style="text-align:center"| rndrCIRCLE || Draws a circle on the screen.
|-
| style="text-align:center"| rndrSQUARE || Draws a square on the screen.
|}
[[Category:Language Implementations in Scratch]]
[[Category:Web Application]]