let stdout: MemoryAddress
fun print(_ item: String, terminator: String)
Writes the textual representation of item to the standard output.
fun print(_ item: Int, radix: Int, terminator: String)