VocabularygraphvizInputsOutputsWord descriptionConstructs an empty
subgraph with the given
id, which must be an object supported by the
present word.
NotesThe empty string,
"", counts as a distinct
id. To create an anonymous
subgraph, use
<anon>.
ExamplesUSING: graphviz prettyprint ;
"subg" <subgraph> subgraph? .
t
USING: accessors graphviz prettyprint ;
3.14 <subgraph> id>> .
"3.14"
USING: accessors graphviz prettyprint sequences ;
"foo" <subgraph> statements>> empty? .
t
See alsosubgraph,
<anon>,
<cluster>Definition