Include a file: Difference between revisions

Content added Content deleted
(Added Wren)
(→‎{{header|Wren}}: Numbering.)
Line 2,163: Line 2,163:
3. All ''core'' modules are imported automatically without the need for an ''import'' statement.
3. All ''core'' modules are imported automatically without the need for an ''import'' statement.


3. The code for an imported module is executed in a separate fiber from the main module.
4. The code for an imported module is executed in a separate fiber from the main module.


Here's a simple example.
Here's a simple example.