Jump to content

Draw a pixel: Difference between revisions

Add Plain English
(added MiniScript)
(Add Plain English)
Line 1,563:
<span style="color: #000000;">main</span><span style="color: #0000FF;">()</span>
<!--</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}}==
175

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.