VocabularygraphvizInputsOutputsWord descriptionConstructs a
node with the given
id, which must be an object supported by the
present word.
ExamplesUSING: graphviz prettyprint ;
"foo" <node> .
T{ node { id "foo" } }
USING: accessors graphviz prettyprint ;
0 <node> id>> .
"0"
See alsonodeDefinition