Print an expression to System.out with a new line.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public void PrintLine(
	INode node
)
Visual Basic (Declaration)
Public Sub PrintLine ( _
	node As INode _
)
Visual C++
public:
void PrintLine(
	INode^ node
)

Parameters

node
Type: SingularSys.Jep.Parser..::.INode
root node of the expression to print

See Also