berry-lang / berry

A ultra-lightweight embedded scripting language optimized for microcontrollers.
https://berry-lang.github.io
MIT License
812 stars 97 forks source link

Allow `ins_member` to distinguish between absent member and nil value #402

Closed s-hadinger closed 6 months ago

s-hadinger commented 7 months ago

Small change in ins_member to distinguish between a non-existant member vs a member set to nil

skiars commented 6 months ago

This feature seems reasonable, but it should be noted.

s-hadinger commented 6 months ago

Sure I will add in the documentation