90 likes | 300 Views
Boolean Logic in Alice . Boolean Functions. Functions in Alice that return true or false values are called Boolean functions. Alice has many such built-in functions, such as these two groups of basic Boolean functions and comparison functions. They can be found on the world’s functions tab.
E N D
Boolean Functions Functions in Alice that return true or false values are called Boolean functions. Alice has many such built-in functions, such as these two groups of basic Boolean functions and comparison functions.
Boolean Functions The Boolean comparison functions can be used to create simple true or false conditions.
Boolean Functions The Boolean logic functions can be used to create compound conditions.
Boolean Functions Alice has many other world-level and object-level methods that return true or false values, such as the Boolean proximity functions shown here on aliceLiddel’s functions tab in the details area.
Boolean Functions They can be used anywhere that a Boolean value is needed, such as in this If/Else command.