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?
| 0 | every subroutine in the module |
| 1 | only the ones marked is export |
| 0 | none of them |
| 0 | only the our variables |
Course navigation
← Using modules | Importing →