gilch / hebigo

蛇語(HEH-bee-go): An indentation-based skin for Hissp.
https://github.com/gilch/hissp
Mozilla Public License 2.0
24 stars 3 forks source link

del: macro #36

Closed gilch closed 5 years ago

gilch commented 5 years ago

del: should work similarly to def:, but it can take multiple arguments. This is for object attributes (including _ns_ and module globals), but doesn't otherwise delete items in mappings. Use operator..delattr for that instead.

Also some tweaks to older macros.