Boolean expression: Difference between revisions

Content deleted Content added
Examples: the `typeOf` example from programming languages is completely unrelated to the topic of boolean expressions and will be a confusing addition to a beginner.
No edit summary
Tag: Reverted
Line 1:
 
[[fa: عملگرهای بولی]]
{{Short description|Expression in a computer program}}
In [[computer science]], a '''Boolean expression''' is an [[Expression (programming)|expression]] used in [[programming language]]s that produces a [[Boolean value]] when evaluated. A Boolean value is either '''true''' or '''false'''. A Boolean expression may be composed of a combination of the Boolean constants '''True/Yes''' or '''False/No''', [[Boolean data type|Boolean-typed]] variables, Boolean-valued operators, and [[Boolean-valued function]]s.<ref>{{citation