Assertions: Difference between revisions

m
BaCon, BASIC256, and BBC BASIC moved to the BASIC section.
m (BaCon, BASIC256, and BBC BASIC moved to the BASIC section.)
Line 174:
<syntaxhighlight lang="axe">A=42??Returnʳ</syntaxhighlight>
 
=={{header|BaConBASIC}}==
==={{header|BaCon}}===
<syntaxhighlight lang="qbasic">' Assertions
answer = assertion(42)
Line 220 ⟶ 221:
41</pre>
 
==={{header|BASIC256}}===
{{works with|BASIC256|2.0.0.11}}
<syntaxhighlight lang="basic256">
Line 231 ⟶ 232:
</syntaxhighlight>
 
==={{header|BBC BASIC}}===
<syntaxhighlight lang="bbcbasic"> PROCassert(a% = 42)
END
511

edits