No support for del ``` from phylanx import Phylanx @Phylanx def foo(): a = {"a":1, "b":2} del a["a"] foo() ``` produces ``` AttributeError: 'PhySL' object has no attribute '_Delete' ``` Maybe this is a primitive that Karame could implement?
No support for del
produces
Maybe this is a primitive that Karame could implement?