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

5 lines
55 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
SET WINDOW 0, 320, 0, 240
SET COLOR 4
PLOT 100,100
END