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.
error() displays an error message. If context is specified the message is written to the error stream of the context.