Set: Difference between revisions

23 bytes added ,  1 year ago
m
BBC BASIC moved to the BASIC section.
m (BBC BASIC moved to the BASIC section.)
Line 1,763:
A is not a equal to Set E</pre>
 
=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
The sets are represented as 32-bit integers, which means that the maximum number of elements is 32.
<syntaxhighlight lang="bbcbasic"> DIM list$(6)
512

edits