Colour pinstripe/Display: Difference between revisions

Content deleted Content added
SqrtNegInf (talk | contribs)
m →‎{{header|Perl}}: future-proof for 5.36, tidy code
m BASIC256 and BBC BASIC moved to the BASIC section.
Line 454: Line 454:
ExitApp</syntaxhighlight>
ExitApp</syntaxhighlight>


=={{header|BASIC256}}==
=={{header|BASIC}}==
==={{header|BASIC256}}===
{{trans|Yabasic}}
{{trans|Yabasic}}
<syntaxhighlight lang="basic256">w = 640 : h = 480
<syntaxhighlight lang="basic256">w = 640 : h = 480
Line 473: Line 474:
next i</syntaxhighlight>
next i</syntaxhighlight>


=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> SW_MAXIMIZE = 3
<syntaxhighlight lang="bbcbasic"> SW_MAXIMIZE = 3