Boolean values: Difference between revisions

m
fixed run-over between languages
imported>KayproKid
imported>KayproKid
m (fixed run-over between languages)
Line 2,426:
v := 1.bool; -- ok
if i.bool then ... end; -- ok</syntaxhighlight>
In this case, <code>0.bool</code> is false, and <code>n.bool</code> with n not equal to 0 is true.
 
=={{header|S-BASIC}}==
Anonymous user