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

Quiz — is export

A module defines a subroutine without the is export trait. What can a program that uses the module do with that subroutine?

0call it like any imported subroutine
1nothing — it stays private to the module
0call it, but only once
0redefine it

Course navigation

Creating modules   |   Using modules