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 error message.