Category:SimpleCode: Difference between revisions

From Rosetta Code
Content added Content deleted
(The category page has been created.)
 
m (Each command is now displayed correctly.)
 
Line 13: Line 13:
!Description
!Description
|-
|-
| style="text-align:center"| <code>dtxt || Displays the specified text on the screen.
| style="text-align:center"| <code>dtxt</code> || Displays the specified text on the screen.
|-
|-
| style="text-align:center"| <code>nl || Creates a new line.
| style="text-align:center"| <code>nl</code> || Creates a new line.
|-
|-
| style="text-align:center"| <code>ctxt || Clears all text and shapes.
| style="text-align:center"| <code>ctxt</code> || Clears all text and shapes.
|-
|-
| style="text-align:center"| <code>wait || Pauses program execution for the specified amount of seconds.
| style="text-align:center"| <code>wait</code> || Pauses program execution for the specified amount of seconds.
|-
|-
| style="text-align:center"| <code>rndrCIRCLE || Draws a circle on the screen.
| style="text-align:center"| <code>rndrCIRCLE</code> || Draws a circle on the screen.
|-
|-
| style="text-align:center"| <code>rndrSQUARE || Draws a square on the screen.
| style="text-align:center"| <code>rndrSQUARE</code> || Draws a square on the screen.
|}
|}



Latest revision as of 08:32, 29 April 2020

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
SimpleCode
This programming language may be used to instruct a computer to perform a task.
Type checking: Static


Listed below are all of the tasks on Rosetta Code which have been solved using SimpleCode.

SimpleCode is a programming language and the name of 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 evrhel.

SimpleCode features the following commands:

Command Description
dtxt Displays the specified text on the screen.
nl Creates a new line.
ctxt Clears all text and shapes.
wait Pauses program execution for the specified amount of seconds.
rndrCIRCLE Draws a circle on the screen.
rndrSQUARE Draws a square on the screen.

Pages in category "SimpleCode"

The following 4 pages are in this category, out of 4 total.