Course of Raku / Essentials / Boolean type / Exercises
Triple negation
Problem
What is the output of the following program?
my $value = False;
say !!!$value;
Make the corrections to the program if needed.
Solution
Course navigation
← Numbers / Operations with numbers | Ranges →
Translations of this page: English • Deutsch • Español • Italiano • Latviešu • Nederlands • Български • Русский • Українська