The following functions are defined in the initialize file (/init.pnut). The names of functions are simillar to methods of PrintWriter class.
print() displays object's representation. println() 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.