Calling procedure from included .mod file, without explicit `use` statement

Take a look at this answer:

I’m guessing your module could have just picked up the procedure from the library and used it as an (implicit) external procedure. It does seem a bit weird though, as module procedures have their names mangled.

1 Like