RosettaCodeData/Task/Draw-a-pixel/True-BASIC/draw-a-pixel.basic

5 lines
55 B
Plaintext

SET WINDOW 0, 320, 0, 240
SET COLOR 4
PLOT 100,100
END