RosettaCodeData/Task/Boolean-values/00DESCRIPTION

10 lines
237 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Show how to represent the boolean states "'''true'''" and "'''false'''" in a language.
2013-04-10 16:19:29 -07:00
2016-12-05 22:15:40 +01:00
If other objects represent "'''true'''" or "'''false'''" in conditionals, note it.
;Related tasks:
*   [[Logical operations]]
<br><br>