Implement del conversion

Issue #3 new
Xi Chan repo owner created an issue

Implement deleting an attribute from an object - del keyword.

It can be done by creating boolean #del_X property for each X property, which would be set to true (and checked with if) or just existing (and checked with ifhasattr) when accessing X.

Comments (1)

  1. Log in to comment