io/print library

Functions

printErr(Object? object, [String end = "\n"]) → void
Prints a string representation of object to stderr.
printOut(Object? object, [String end = "\n"]) → void
Prints a string representation of object to stdout.