Jump to content

Boolean values: Difference between revisions

m
Line 1,204:
 
=={{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"
Line 1,210:
notc = "True"
EndIf</lang>
 
 
=={{header|Nim}}==
1,392

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.