Draw a pixel: Difference between revisions

Content added Content deleted
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: 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:
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
<lang Wee Basic>keyhide
plot <s> <x>,<y>,<colour>
plot 0 100,100,5
end</lang>
end</lang>