Course of Raku / Functional, concurrent, reactive, and web programming / Concurrent programming / Junctions / Exercises

None negative

Problem

Using a none junction, check whether none of the numbers 3, 7, 2 is negative (less than zero). Print a plain True or False.

Example

The program prints:

True

Solution

See the solution

Course navigation

Solution: All even   |   Solution: None negative