print
Write a string to stdout.
print("hello world\n")
Source Codepublic fun print(_: String): Unit { __BUILTIN_IMPLEMENTATION }
public fun print(_: String): Unit { __BUILTIN_IMPLEMENTATION }