Source File

Print.hylo

Members

Functions

fun print(_ item: String, terminator: String)

Writes the textual representation of item to the standard output.

fun print(_ item: Int, radix: Int, terminator: String)

Writes the textual representation of item to the standard output.