arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
673 stars 29 forks source link

Core\with: Add support for Dictionary values #1620

Closed drkameleon closed 2 months ago

drkameleon commented 2 months ago

Description

with right now supports "injecting" a given symbol within a block (very practical for closure-related manipulations, etc). But what if we want to "inject" a value with a different name?

Then, we could use a dictionary! 😉

Type of change

drkameleon commented 2 months ago

Ready to merge! 🚀