Compiler/Simple file inclusion pre processor: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Revised following latest clarification.)
m (→‎{{header|Phix}}: coped comment from Wren)
Line 490: Line 490:
<span style="color: #008080;">end</span> <span style="color: #008080;">function</span>
<span style="color: #008080;">end</span> <span style="color: #008080;">function</span>
<!--</lang>-->
<!--</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}}==
=={{header|Raku}}==