Course of Raku / Essentials / Scalar variables / Declaring a variable

Quiz 1: Declaring a variable

Make all declarations of these scalar variables syntactically correct.

my ␣␣ $name;
$ my ␣age;
$ my ␣title;

Course navigation

Scalar variables   |   Scalar variables / Assigning a value


💪 Or jump directly to the exercises to this section.