Course of Raku / Advanced / Modules / Modules basics / Using modules

Quiz — use

After a program runs use Greeting;, which names from the module can it call directly, without qualifying them with the module’s name?

0every subroutine in the module
1only the ones marked is export
0none of them
0only the our variables

Course navigation

Using modules   |   Importing