Get rid of annotations

106 views Asked by At

We know how to declare new annotations and how to assign them to nodes.

What’s the good way to do the following?

  • delete a particular annotation from a node
  • throw away all annotations of a node
1

There are 1 answers

0
Jurgen Vinju On BEST ANSWER

You can find some library functions in the Node module of the standard library. See also Node in the tutor documentation: