emit

fun emit(text: String)

Emit arbitrary text. Updates justEmittedLinefeed appropriately, based on whether the last character of the specified text is a linefeed.

Parameters

text

The arbitrary text to emit.

Throws

If emission fails.