The following functions are defined in the pnuts.lib module. The names of functions are simillar to methods of PrintWriter class.
print() displays objects one by one. println() additionally appends "line.separator" to the stream. write() just calls a method "write" of the stream class.
flush() flushes the buffered data.
printAll() prints all elements of the parameter.
getWriter() returns the PrintWriter object on which console messages are printed.
error() displays an error message. If context is specified the message is written to the error stream of the context.
getErrorWriter() returns the current PrintWriter object on which error messages are printed.
setVerbose() turns on/off the verbose mode.