Boolean values: Difference between revisions

m
→‎{{header|S-BASIC}}: fixed minor formatting issue
imported>KayproKid
(Added S-BASIC example)
imported>KayproKid
m (→‎{{header|S-BASIC}}: fixed minor formatting issue)
Line 2,462:
 
end
</syntaxhighlight>
</systaxhighlight>
 
�����
 
In this case, <code>0.bool</code> is false, and <code>n.bool</code> with n not equal to 0 is true.
Line 2,493:
is False
</pre>
 
=={{header|Sidef}}==
Sidef defines the ''true'' and ''false'' boolean values, which are part of the ''Bool'' type.
Anonymous user