Identifies cross references and calls Stringify with its parameters

C# |
public void String( string tree, TextWriter output, int level )

- tree (String)
- Position in the SofuObject Tree
- output (TextWriter)
- Write into this TextWrite
- level (Int32)
- Level of Indentation

Use this only if you know what you are doing!!! The only reason I can think of to use this is to send parts of SofuObjects over a network or something else