Support for easily carrying variables into a sub-scope #140
Labels
🔧 compiler
Issue concerns the compiler
✨ enhancement
New feature or request
💡 language
Language design
Ideally, I would like things to look like this:
with the syntactic "pun" being allowed only if the names match
this would
i) save a tremendous amount of verbosity later on, and
ii) set these relationships as being "immutable" (because they're declared in the preamble), which is good, because such links are not intended to be overridden later on with an exception
it would be great to also make sure that this easy replication of variables into a sub-scope is only for those variables marked as inputs (see #112
Thanks,
Jonathan
The text was updated successfully, but these errors were encountered: