Course of Raku / Functional, concurrent, reactive, and web programming / Reactive programming / Supplies / Exercises

Count the emissions

Problem

Create a supply from the five words a b c d e, and tap it to count how many values it emits. Print the count.

Example

The program prints:

5

Solution

See the solution

Course navigation

Solution: Filter a supply   |   Solution: Count the emissions