Course of Raku / Essentials

Simple input and output

This course will move thought the Raku language from the very basics to more and more advanced topics. But even the simplest programs require some input and output.

Before we learn what is what in Raku, let us introduce a couple of basic elements that print and read data. We will explore the built-in functions later in the course, but here are the two most important of them at this point.

Topics in this section

Course navigation

Running programs / Using online services   |   Output with say