|
category_make_node
category_make_node (node_name)
|
Added in advas.0.1.6
Creates an empty category node to hold a given category, later.
In: |
node_name |
name of the new node |
Out: |
|
a category node with the following attributes:
- name:
name of the node
- next:
list of child nodes
- up:
upper node (father)
- root:
true if root node
|
|
|