display (string, boolean)

Method. Displays a string of text in the terminal window at the current cursor position, without sending the text to the host computer (compare this with the transmitString method). This method can be handy for displaying informational messages in the terminal window.

public void display (String inString, boolean interpret)