Boolean values: Difference between revisions

Content deleted Content added
PatGarrett (talk | contribs)
PatGarrett (talk | contribs)
Line 1,204: Line 1,204:


=={{header|Microsoft Small Basic}}==
=={{header|Microsoft Small Basic}}==
Microsoft Small Basic has two constants: <code>"True"</code> and <code>"False"</code>.<br>.
Microsoft Small Basic has two constants: <code>"True"</code> and <code>"False"</code>.<br>
<lang smallbasic>If c Then
<lang smallbasic>If c Then
notc = "False"
notc = "False"
Line 1,210: Line 1,210:
notc = "True"
notc = "True"
EndIf</lang>
EndIf</lang>



=={{header|Nim}}==
=={{header|Nim}}==