Range extraction: Difference between revisions

m
BASIC256 and BBC BASIC moved to the BASIC section.
(Range extraction in BASIC256)
m (BASIC256 and BBC BASIC moved to the BASIC section.)
Line 851:
</pre>
 
=={{header|BASIC256BASIC}}==
==={{header|BASIC256}}===
{{trans|FreeBASIC}}
<syntaxhighlight lang="basic">arraybase 1
Line 895 ⟶ 896:
<pre>Same as FreeBASIC entry.</pre>
 
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> range$ = " 0, 1, 2, 4, 6, 7, 8, 11, 12, 14, " + \
512

edits