Course of Raku / Essentials

Comments

Comments are those parts of the program that are written for a human that reads the program. The compiler mostly ignores comments (in some rare cases you can have some comments that will be part of an error message, for example, but we will not cover it right now).

Course navigation

Simple input and output / Input with prompt   |   Single-line comments