eprint()
Write a string to stderr. See also eprintln() and print().
eprintln()
print()
eprint("hello world in stderr\n")
public fun eprint(_: String): Unit { __BUILT_IN_IMPLEMENTATION }