Boolean values: Difference between revisions

add example for SmallBASIC
(→‎Insitux: inclusion)
imported>J7M
(add example for SmallBASIC)
Line 551:
if not(2 < 1) then print "2 not < 1"
if not(1 = 0) then print "1 not = 0"</syntaxhighlight>
 
==={{header|SmallBASIC}}===
<syntaxhighlight lang="basic">
a = true
b = false
</syntaxhighlight>
 
==={{header|smart BASIC}}===
Anonymous user