Draw a pixel: Difference between revisions

Content added Content deleted
(added MiniScript)
(Add Plain English)
Line 1,563: Line 1,563:
<span style="color: #000000;">main</span><span style="color: #0000FF;">()</span>
<span style="color: #000000;">main</span><span style="color: #0000FF;">()</span>
<!--</syntaxhighlight>-->
<!--</syntaxhighlight>-->

=={{header|Plain English}}==
<syntaxhighlight lang="text">
To run:
Start up.
Make a box 320 pixels by 240 pixels.
Draw the box with the white color and the white color.
Make a spot with 100 pixels and 100 pixels.
Draw the spot with the red color.
Refresh the screen.
Wait for the escape key.
Shut down.
</syntaxhighlight>


=={{header|Processing}}==
=={{header|Processing}}==