Course of Raku / Essentials / Data type conversion / Exercises

True and False numbers

This is an exploratory assignment, which allows you to explore the features of Raku yourself.

Task

Write a program or use a REPL shell to find out, which numbers become False when they are converted to Boolean values.

Solution

See the solution

Next exercise

💪 True and False strings

Course navigation

Loops / Postfix form of for   |   Typed variables