Michal Wallace <[EMAIL PROTECTED]> wrote:
Uh-oh. I just went to implement "del x" and there's no op to remove a variable
This needs delete_keyed() in scratchpad.pmc to be implemented.
I have put in scratchpad_delete
peek_pad P0 delete P0["foo"]
deletes names only.
leo