remove old stuff

This commit is contained in:
Tom Ball 2016-06-14 22:06:55 -04:00
parent 887a652a06
commit 251f382e8e
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
true or false.
### @parent blocks/language
A Boolean has one of two possible values: `true`; `false`. Boolean (logical) operators (*and*, *or*, *not*) take Boolean inputs and yields a Boolean value. Comparison operators on other types ([numbers](/reference/types/number), [strings](/reference/types/string) yields a Boolean value.
The following blocks represent the true and false Boolean values, which can be plugged in anywhere a Boolean value is expected: