WorkingMemory.delete()
Remove a key from working memory.
Usage
WorkingMemory.delete(key)Returns
bool-
Trueif the key existed and was removed,Falseotherwise.
Remove a key from working memory.
Usage
boolTrue if the key existed and was removed, False otherwise.