DISPLAY Procedure
See also: Call Action
The built-in procedure: display(<filename>) displays the contents of a text file in a window on the screen. The file may contain more text than can be accomodated in the window, in which case the expert system user can browse through the text using the scrollbar.
Examples
The file inform.txt from current directory will be shown in a window:
call display('inform.txt')