How to add native procedures ?
Traceur Pascal actually only knows 4 native procedures : Read, Readln, Write, Writeln. We can add native procedures or native functions. For example, suppose you want to implement Clear procedure. A call to this procedure will erase the java graphical component used to display output messages, the standard Java Swing component JTextArea.