Queue/Definition: Difference between revisions

m
BBC BASIC moved to the BASIC section.
m (BBC BASIC moved to the BASIC section.)
Line 1,908:
</syntaxhighlight>
 
=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> FIFOSIZE = 1000
Line 6,540 ⟶ 6,541:
q.empty(); //-->False
q.pop();q.pop();q.pop() //-->IndexError thrown</syntaxhighlight>
 
 
{{omit from|PL/0}}
511

edits