Course of Raku / Essentials

Boolean type

Raku offers a built-in type for Boolean values. It is called Bool, and it is actually defined as an enumeration with two values: True and False.

Practice

Complete the quiz that covers the contents of this topic.

Exercises

This section contains 3 exercises. Examine all the topics of this section before going to the coding practice.

  1. Boolean tables
  2. Double negation
  3. Triple negation

Course navigation

Numbers / Operations with numbers   |   Boolean operations