Ability to include one file of definitions in another #208
Labels
C-Project
A larger project, more suitable for experienced contributors.
L-Language design
Issues relating to the overall design of the Swarm language.
L-Type system
Issues related to the Swarm language type system.
S-Moderate
The fix or feature would substantially improve user experience.
Z-Feature
A new feature to be added to the game.
Z-User Experience
This issue seeks to make the game more enjoyable to play.
Describe the bug
Using the command
run X
does not run fileX
before checking next expression.To Reproduce
Consider files
x.sw
andy.sw
:Writing
run "y"
in REPL produces:Expected behavior
I would expect it successfully load both variables.
The text was updated successfully, but these errors were encountered: