Draw a pixel: Difference between revisions

m
→‎{{header|Wee Basic}}: The correct numbers are in the code instead of pieces of text wrapped in inequality symbols.
m (Wee Basic has been added.)
m (→‎{{header|Wee Basic}}: The correct numbers are in the code instead of pieces of text wrapped in inequality symbols.)
Line 637:
Since the resolution of the Nintendo DS's bottom screen is only 256×192 (the same applies to the top screen), the window requirement is out, but the pixel is easy:
<lang Wee Basic>keyhide
plot <s>0 <x>100,<y>100,<colour>5
end</lang>
 
441

edits