As title says.
Tbh I can think of a few use-cases (such as ‘optional extensibility’ where you could create a few functions with specific names and the source code can pick up on that, but this isn’t working working atm. Whenever I check when #defined(otherpkg.procedure_that_exists) { }
on a proc in a different package, it always returns false.
Is this only allowed for same package?