RosettaCodeData/Task/Draw-a-pixel/Plain-English/draw-a-pixel.plain
2023-07-01 13:44:08 -04:00

9 lines
244 B
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.