RosettaCodeData/Task/Scope-modifiers/Phix/scope-modifiers-2.phix
2026-04-30 12:34:36 -04:00

5 lines
257 B
Text

include somefile.e as xxx
-- alternatively, within somefile.e:
namespace xxx -- (only supported in Phix for compatibility with Euphoria)
res = xxx:globalf() -- call a global function named globalf, specifically the one declared in somefile.e