arturo-lang / arturo

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

Types: Add new `undefine` function? #1572

Open drkameleon opened 7 months ago

drkameleon commented 7 months ago

We now have define to... define new user types.

But... these types are global - once defined.

What if we want to limit the scope of a given type, or completely undefine it?

Also see: