OutputNode
class OutputNode(message: ExpressionNode, host: HostNode, sourceLocation: SourceLocation, comment: String?) : SimpleStatementNode
Content copied to clipboard
An external output.
Constructors
OutputNode
Link copied to clipboard
fun OutputNode(message: ExpressionNode, host: HostNode, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard