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