Bitmap: Difference between revisions

m
BASIC256 and BBC BASIC moved to the BASIC section.
m (Automated syntax highlighting fixup (second round - minor fixes))
m (BASIC256 and BBC BASIC moved to the BASIC section.)
Line 531:
 
Disp pxl-Test(50,50,Pic1)▶Dec,i</syntaxhighlight>
 
=={{header|BASIC256}}==
=={{header|BBC BASIC}}==
==={{header|BASIC256}}===
[[Image:BASIC256_bitmap.png|right]]
<syntaxhighlight lang="basic256">graphsize 30,30
Line 554 ⟶ 556:
<pre>pixel 10,10 is 4278255615
pixel 20,20 is 4294901760</pre>
 
=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
BBC BASIC expects a bitmap always to be associated with a window;
512

edits