append

abstract fun append(value: String)(source)

Append the given value to the channel.

Parameters

value

A string, falsy values will not be printed.

Online Documentation