Boolean values: Difference between revisions

Line 1,202:
0 is false
</pre>
 
=={{header|Microsoft Small Basic}}==
Microsoft Small Basic has two constants: <code>"True"</code> and <code>"False"</code>.<br>.
<lang smallbasic>If c Then
notc = "False"
Else
notc = "True"
EndIf</lang>
 
 
=={{header|Nim}}==
1,392

edits