Compiler/Simple file inclusion pre processor: Difference between revisions

m
→‎{{header|Phix}}: coped comment from Wren
(→‎{{header|Wren}}: Revised following latest clarification.)
m (→‎{{header|Phix}}: coped comment from Wren)
Line 490:
<span style="color: #008080;">end</span> <span style="color: #008080;">function</span>
<!--</lang>-->
As the Wren entry eloquently puts it: The above code is limited in the sense that all top-level variables of the imported module (not just the specifically "global" ones) are now visible in the outer scope. Consequently, the code will no longer compile if there are any name clashes.
 
=={{header|Raku}}==
7,794

edits