next up previous contents
Next: Basic Conditional Evaluation Up: Control-flow Previous: Control-flow   Contents

Boolean Logic

Slate's interpreter primitively provides the objects True and False, which are clones of Boolean, and delegate to Boolean traits. Logical methods are defined on these in a very minimalistic way. Table cap:Basic-Logical-Operators shows the non-lazy logical methods and their meanings.


Table 2: Basic Logical Operators
Description Selector
AND/Conjunction




Brian Rice 2004-08-24