1: Modules [✓] - royal-lang/rl GitHub Wiki
Royal does not use header files similar to C/C++. It uses module based compilation.
All .bl files must include a module statement at the top of the file which sets the identifier of the module.
module IDENTIFIER;
Example:
module main;